changing title colors when you stand on them with mouse

Posted in: Newsmag
Post count: 38

Hi,

my website is http://yerimdeduramiyorum.com/ as you check on main page when you stand on titles with mouse it changes color as blue… but in category pages that’s different. when you you stand on titles with mouse it changes color as white and you can’t read the title. How can I do category pages post titles as in homepage…

thanks
deniz

Post count: 23312

Hi,

Try to use the code below and place it in Theme panel -> Custom CSS area.

The code is ->

.td_module_wrap:hover .entry-title a{
color:#40a2c2;
}

Thanks for the message!

Post count: 38

hi,
thank you a lot. it works now 🙂

Viewing 3 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic.