Heyho,
I am using superfly menu as my main menu and I would like to know the css for changing the background color of the text when hovering over the text’s area.
Thanks in advance!
Raph
Heyho,
I am using superfly menu as my main menu and I would like to know the css for changing the background color of the text when hovering over the text’s area.
Thanks in advance!
Raph
Hi Raph,
Could you please provide us with your website URL so we can take a closer look?
Thanks.
Heyho, just worked out a soloution
Thanks for letting us know!
Hi @Cocoony,
You can try adding this in Theme Options > CSS
.sfm-menu li>a:before {
background-color:red !important;
}
Change red with the color that you like
Hope that helps