Post Title Hover

Posted in: Newspaper
Post count: 20

Hi,

Thank you for the update, my issues were fixed except for one.

On the homepage, when you hover over a post title, the link turns white. I searched for the setting but can’t seem to fine it. Is the an option for the hover link color? It wasn’t like that before the update.

http://www.businessbuzz.me

Thank you 🙂

Post count: 6600

Hi,

Edit the blocks and check the block title background color: http://screencast.com/t/CcXkQwaB and changed it other than white as the post titles on hover are set to use the color you set there and tehre is no other option so you can change the hover color there. You could do it via custom css though and set the hover color manually, like this: http://screencast.com/t/r1IxM5MB

Add the below custom css code in theme panel > custom css section an change the color as you wish.

.td_module_wrap:hover .td-module-title a{
color: red !important;
}

Thanks

Post count: 20

Worked great! Thanks 🙂

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