Change hover color for Text With Title Block

Posted in: Newspaper
Post count: 28

Hello! I want to change the hover color for the links inside Text With Title blocks. I trid this code but it does not work:

/* changes hover color of links for title with text blocks */
.td_block_text_with_title .td-block-text-with-title a:hover {
color: #9acd32;
}

Any advice? Thank you!

Post count: 23312

Hello HumBot,

Provide your website URL so I can inspect it closer this element and provide you a more accurate code.

Thanks.

Post count: 28

Here it is:

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

I am trying to change all links/hover color site wide and I believe this is my last area I need to change.

Thank you.

Post count: 28

Nevermind I was able to solve it using this code:

.td_block_text_with_title a:hover {
color: #9acd32;
}

Thanks a lot!

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