Hello there,
Try this code:
.main-menu > li:hover > a {
color: #757575;
background-color: transparent;
}
Regards,
Kharis
thanks for your help.
But it still doesn’t work.
I don’t think the class is
.main-menu > li:hover > a
but I can’t seem to find it.
Hello there,
Where did you apply that custom CSS? Be sure that a group of CSS where it be part of is error free. You can validate it using this tool: https://jigsaw.w3.org/css-validator/#validate_by_input
Perhaps your site is being cached by a plugin like W3 Total Cache? If so, you should delete the cache after adding some code. Otherwise, it won’t take affect on your site.
Regards,
Kharis
I’m applying the custom css to a child theme css stylesheet using a text editor.
Its not caching, it still on my local computer.
This works
color: #757575;
This doesn’t
background-color: transparent;