Superflymenu – CSS to change background of text area on hover

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 :smiley:

Thanks for letting us know!

@string111. I’m very interested in knowing how you did that? Would you please share…

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