Change h3 links colors in category's page

Posted in: Newspaper
Post count: 40

Hi,
how can I change color of h3 link to article list in category page (article display view M10).
I want that link will be color #0086df also if hover; and underlined when hover.

Thanks a lot

Post count: 20688

Hi,

That would be possible with a code like this
https://www.screencast.com/t/H2UPp9XjvuEx
It will affect only module 10 titles, in the category pages. When the module is hovered it the article title will be underlined

.category .td_module_10 .td-module-title a {
color:#0086df;
}
.category .td_module_10:hover .td-module-title a {
text-decoration: underline;
}

Thanks

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