Hello,
I am currently creating a webshop using WooCommerce in WordPress and have installed the Neve theme from Themeisle. The webshop construction is still in progress.
I have been trying to find a solution to a simple question I have but have not been able to find the answer. My header menu has the right color for its hover and selected page but I would like to have the same hover color and color for the selected page in the menu as in the header. Unfortunately, the settings for the hover color of the footer seem to be missing.
Is there anyone who can help me with this issue? Thank you in advance.
Best regards.
Please use this custom CSS:-
body #site-footer #nav_menu-3 ul li a:hoever {
color: #e1a168 !important;
}
unfortunately, I get the same error message:
syntax error, unexpected identifier “color”
I put the code in the customizer environment and it works there.
Thanks!