[church theme] Need help with CSS

Hi,

I want to remove the a:hover color. It’s blocking the text.
See bottom of the page, inside the quote, the H2 heading is covered by a blue block when mouse over. I tried a few CSS code with no luck. Please advise. Thank you!

url: supersleeper.co

Hi @Joyce82,

Thanks for reaching out.
It seems that the font color and the background color are set to the same, and that is the reason behind your issue. Rather removing the background color on hover, I would suggest you add font color on hover. Please add the following code into page CSS or Theme Options > CSS to set the font color to white.

a:hover, #reply-title small a:hover
{
    color:#FFF !important;
}

Hope that helps.
Thanks

Thank you!

Hi @Joyce82,

Glad that we are able to help you.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.