Text widget hover footer

Hello!

i´m trying to change the hover color white on my footer to the same gray as the color footer.
I can´t find the way to change it with css.

Can you help me?

ThanksCaptura de pantalla 2021-05-21 a las 11.52.01

Hi @alumnisuizo,

Thanks for reaching out.
To change the Hover background color of the Footer widgets, you need to add the following custom CSS code into the Theme Options > CSS.

.widget_nav_menu ul li a:hover, 
.widget_meta ul li a:hover, 
.widget_pages ul li a:hover 
{
    background-color:transparent;
}

Please remember that the above code will work if copied as it is and don’t conflict with any existing style.
Please note that the code provided serves only as a guide to help you get started custom coding on your own if there’s no option offered in our theme or the products we bundle.
We really do not provide support for custom codes that means we can’t fix it in case it conflicts with something on your site nor will we enhance it.

Thanks

it works! thank you a lot!!

Hello @alumnisuizo,

Glad that @tristup was able to help you. Please feel free to reach us if you have any queries regarding our theme and theme settings.

Thanks

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