Submenu transparency

Hello guys
I need to take away the submenu background transparency and keep it white. I took out the CSS transparent !important and put #ffffff but it didn’t work as they are still transparent.

could you please help?

thank you so much
cheers
isabella

Hi Isa,

Thanks .for writing in!

Please replace your CSS with this and let us know if that works.

body .masthead-stacked .x-navbar .desktop .sub-menu {
    background: rgba(255,255,255,1) !important;
}

Hope this helps!

1 Like

@basanta

fantastic! it worked! thanks a lot :slight_smile:

however I have a little problem, I left the font style which is candara, but it changed it to another one.
could you please have a look ?
thanks
cheers

cheers

Hi Isabella,

It’s because of this code that you have added in Theme Options > CSS

Please change LATO to Candara

Thanks

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.