How can i set HOVER LINK COLOR in post Text?

Posted in: Newspaper
Post count: 260

Hi, in Newspaper v4 theme panel we have an option to set HOVER COLOR for links on content post. On V6 we havent this option. How can i set a color for links hover?

Regards

  • This topic was modified 11 years by Ing Geek.
Post count: 3343

Hi,

Use this CSS, add it in Theme Panel -> Custom CSS and change with the color you want

.td-post-content a:hover {
color: #cccccc;
}

Thanks for the message!

Post count: 260

Yajuuu! thank you very much @pmarius05

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