anchor tag color

Posted in: Newsmag
Post count: 10

hi sir how to change anchor tag tex color

Post count: 23312

Hello sanket,

If you want to change the color for each anchor tag (link), you should use a bit of CSS code to do this.

The code is ->

a {
color:red!important;
}

Thanks.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newsmag’ is closed to new topics and replies.