How to change Hyperlink anchor text color in content

Posted in: Newsmag
Post count: 2

Hello,

I want to change the hyperlink anchor text color in article content when someone mouseover the on hyperlink text.
So suggest me path in theme penal.

How I can you PM? I have one more issue on my site. but I can not share the site url here.

Kind Regards,
Jhon

Post count: 23312

Hello darian,

You can do this if you will use a bit of CSS code. Try the following code and place it in Theme panel->Custom CSS area.

The code is ->

a:hover{
color:red;
}

Thanks.

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