How to change the hover color for "title" element?

Posted in: Newspaper
Post count: 28

Hello! I am using the “title” shortcode element on my homepage and I have set the accent hover color to #9acd32 but the color does show when I hover. Will you please help me with this?

I am testing this under the first block under the slider labeled “Alerts”. I want the blue “read more” title to hover to green:

http://www.humbot.yournec.org/

Post count: 20688

Hi,

Block titles do not have a hovering action, use a code like this to achieve it
https://www.screencast.com/t/eFKpmjkY

.td_block_title .td-block-title a:hover {
color: #9acd32;
}

Thanks

Post count: 28

Thank you! Works perfectly.

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