Main Post Hover Turning white

Posted in: Newspaper
Post count: 135

Hi,

I checked few options but the hover for Latest Posts is still turning white despite theme settings color. Please advice. Thanks

Website: ViralBae.com

Post count: 22421

Hello George,
Normally, the hover color is changed by the theme accent color: http://screencast.com/t/jc82UIBJ
But in your case there seems to be a problem. I checked your console and you seem to have a few errors:
http://screencast.com/t/M9W1Xq0T512
You can also target it with custom css if you want:

.td_uid_7_56164811b1c2d_rand .td_module_wrap:hover .entry-title a{
color:#f79521!important;
}

I hope this helps!

Post count: 135

Hi Bogdan,

I turned off WP Rocket plugin and things turned normal in case of Menu bar.

https://forum.tagdiv.com/topic/mobile-menu-not-working-properly/

But the issue Main Post Hover Turning white is still seen even after using custom css.

Please advice.

Thanks!

Post count: 22421

Hi,
Use this code instead. (The old one was specific to that module)

.td_module_wrap:hover .entry-title a{
color:#f79521!important;
}

Thank you!

Post count: 135

Thanks very much. The new code resolved the issue.

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