The title of article disappears when cursor is moved over it

Posted in: Newspaper
Post count: 7

So whenever i move my cursor over the article to click on it, the headline disappears. Can anyone help me fix this. Thanks in advance!

Website link : http://WWW.Zukoon.com

  • This topic was modified 8 years by zukoon.
Post count: 23312

Hello zukoon,

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

.td_module_wrap:hover .entry-title a{
color:red;
}

The result is here -> https://www.screencast.com/t/MxWmRVnot8D

Thanks for the message!

Post count: 7

Thank you so much @catalin. It worked perfectly. 🙂

Post count: 7

Hey Catalin

The problem still persists in the drop down menus and the related articles area on the bottom of the post. Can you help me fix that?

Thanks in advance

Post count: 1043

Try this code

.td_mod_mega_menu .item-details a:hover, 
.td_block_related_posts .entry-title a:hover {
color: #000;
}

You can change the color to any you want (https://htmlcolorcodes.com/).

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