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)
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!
Hi – The Block 11 element does not have a hover setting!
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;}
-
This reply was modified 7 years by
steve@tvstrategies.com. Reason: thanks and one more question