tagdiv block widget hover color

Posted in: Newspaper
Post count: 14

Hi, I’m attempting to update the hover color for the tagdiv block widget and also the recent posts widget on my sites.
I’ve attempted changing via the widget for the block and also some of the other css provided in different posts but can’t find the right one.
Thanks!

Post count: 27744

Hello,

Usually, the CSS provided must be exact for the widgets you use.
Please provide more details about what widgets you want to change, how you made the settings, some screenshots and a link to your website.

Thank you!

Post count: 14

Hi, here is the footer widget I’m attempting to change for the hover color: https://www.screencast.com/t/H3KPNGxu
I have added the Hex code but it is still showing red on the site. Here is the site link: http://bit.ly/3ahowb9
I was able to get this to work on another website with the same block and color.

Post count: 27744

Hello,

Please try this custom CSS and change the code color with your code color => https://www.screencast.com/t/7pgowNRau

.td-footer-wrapper .td_block_7
.td_module_wrap:hover .entry-title a {
color: #041FFF;
}

The code needs to be set in Theme panel -> Custom code -> Custom CSS => https://www.screencast.com/t/fxetQe24ZHf

Hope this helps you!

Thank you!

Post count: 14

Thank you! Also is there a way inside this to hide the date as well? Thanks.

Post count: 27744

Hello,

You can try this code https://www.screencast.com/t/GNuKnxb9I

.td-module-date{
display: none;
}

Set this code in Newspaper -> Theme panel -> Custom code -> Custom css.

Hope this helps you!

Thank you!

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