Change Link Hover Color

Posted in: Newsmag
Post count: 4

Where do i change the Hover Color for links? For example block 16 on my Homepage.

  • This topic was modified 10 years by mills954.
Post count: 6535

Hi

Link’s color can be changed from theme panel > theme accent color: http://screencast.com/t/Z1Uc5MfEka However by changing this color will be affected and others elements like category tags, links color from post content etc.
If you want to change only the hover color for ling from a specific block then it’s required custom css. For block 16 the code would be like this: http://screencast.com/t/zJL6rFOxVS

.td_block_16 .td-module-title a:hover{
color: red;
}

Thanks!

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