Newsmag: Setting for Title hover color? (Block 11 titles turn white when hover)

Posted in: Newsmag
Post count: 68

Hi – I am using Block 11 in a page. If you hover over the titles, the titles turn white.

Where is the setting for hover color for article titles? I would have expected to find this setting in the Newsmag Theme Panel > Theme Colors > Modules and Blocks > Article Titles – but there is no setting for HOVER color there.

Reference: https://dev.tvstrategies.com/tvstrategies-current/ (One of the Block 11’s has the heading “Events” and the other has the heading “Reports”)

By the time you see this question, the page might be at http://tvstrategies.com/tvstrategies-current/ (my live site, not my staging/dev site)

Post count: 23312

Hi,

Check your Theme Accent Color and the setting from your block, as you can see here -> https://www.screencast.com/t/RLTwBf0rvB You can change the value color from that section.

Thank you!

Post count: 68

Hi – The Block 11 element does not have a hover setting!

See: https://ibb.co/7vv26rf

Post count: 23312

Hi,

Please try using the code below and place it in Theme panel -> Cusotm CSS area.

The code is here ->

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

Thank you!

Post count: 68

That did it! I also see that a hex value will work. Thank you! Thank you! Thank you!

.td_module_10.td_module_wrap:hover .entry-title a{color:#840f00!important;}

One more question: how do I set the NON-hover color? In the CSS code line, what word is used in place of the word “hover”? Thanks

.td_module_10.td_module_wrap:hover .entry-title a{color:#840f00!important;}

Post count: 23312

Hi,

If you want to remove the hover effect, as a quick solution would be to use the same color value for that section.

Check here ->

.td_module_10.td_module_wrap:hover .entry-title a{
color:black!important;
}

Thank you!

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