About menu colors issues
Hi, I can't properly update menu /backgroud / hover menu colors, in particular, I get a red hover background that I do not set and I cannot modify... Check this short video:
https://www.loom.com/share/b3217583272e4428b3cf60596a66ceb6
-
Hi Enrico,
For the menu element I found a custom CSS code that overwrite the Brizy colour settings. This is the code:
element a:hover{
color: rgb(255, 255, 255) !important;
background-color: rgb(245, 40, 23) !important;
font-weight: 800 !important;
}I found it here. The red colour on the background when you hover on the menu item is coming from this code. Could you please check or/and delete it? Is all working fine now?
Thanks!
Best regards,
Sandra0 -
Hi, thanks, yes it fixed!
I've duplicated this project from a previous one, and forgot I've put this CSS there...
Have a good day.
Enrico
0 -
Hi,
Thank you for updating and confirming us that all is working fine!
Let us know if we can help you with something else.Best regards,
Sandra0
Please sign in to leave a comment.
Comments
3 comments