Footer menu hover colour

I am working on the website https://www.rabbitfilter.com.
I want to change the mouse hover colour of my footer menu.

Hi there,

Thanks for writing around! Please add the following CSS code in the Theme Options > Global CSS or in the Customizer via Appearance > Customize > Custom > Edit GLOBAL CSS

.x-colophon.bottom .x-nav a:hover {
    color: #fff !important;
}

Cheers!

I did as you directed but still my footer menu hover colour did not change

Hi there,

Please add the code below instead to X > Launch > Options > CSS:

body .x-colophon .widget a:hover {
    color: #fff;
}

If you have a cache plugin please purge the cache and clear your browser cache before testing.

If you still have problems kindly get back to us with the URL/User/Pass of your WordPress dashboard using the Secure Note functionality of the post to follow up the case.

Thank you.

Please give the css to change mouse hover of footer menu below copyright

Hi There,

Please try with this CSS instead:

.x-colophon.bottom .x-nav li a:hover {
color: #fff;
}

Hope it helps :slight_smile:

1 Like

Thank you it worked…

You’re welcome.

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