Somehow the Sidebar Post Titles color got changed

Posted in: Newsmag
Post count: 45

Hello tagDiv team and supporters!

I have styled the Category page templates to have the post title color change to the color I assigned when hover over it. example – http://www.goproace.com/wp-content/uploads/2015/04/headlinetext01.png

.category-1 .td_module_wrap:hover .entry-title a{
color: #505daf !important;
}

But, it also affects the sidebar post title hover over color, which I do not want.
example – http://www.goproace.com/wp-content/uploads/2015/04/headlinetext02.png

For the example above, say I want to not affect the sidebar hover color, how do I do that?

Post count: 7909

Hi,

Please try to target to content of the category page like this:

.category-1 .td-ss-main-content .td_module_wrap:hover .entry-title a{
color: #505daf !important;
}

Thanks!

Post count: 45

Thanks so much Alin – you da man!

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