Color of hover link the same as background

Posted in: Newspaper
Post count: 4

Hi!
When I change Title background color in a Block, Link (hover) also changes to the same color.
Please see attachment for example.
http://prntscr.com/9pkf54
What should I add to custom css to leave the color links without any changes.

Thank you in advance

Post count: 23312

Hello Shvedoff,

Please provide your website URL so I can take a look and provide you an accurate response.

Thank you for the message!

Post count: 4

Please take a look on the main page of this web site: http://drive-news.net/
http://prntscr.com/9pwjfz

This is costom css I used to change row backgroung:

.mainpage-bottom-block {
background-color: #ececec;
}

And I changed Title background for Block 5 to the same color as background.

  • This reply was modified 10 years by Shvedoff.
Post count: 22421

Hello,

Please try this custom css to change the hover color:
.td_block_5 .td_module_wrap:hover .entry-title a{
color:red!important
}

Thank you!

Post count: 4

Thank you! it works!

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