Menu Mobile Background Color

Hi Support

I’m trying to use a colored background for submenu “Nos Prestations > Salle de Bains / Cuisine / Entrée & Pièce de Vie”.

How can I have full colored background on mobile ? (no white as attached)

Thank you

Best!

Hi there

Page is protected by the password, please provide it or deactivate password protection

Thanks

Hi

Password in unlocked, it’s free to use !

Thank you

Best!

Hi Roman

Try this css code:

.main-navigation .menu > li ul {
background: #0000;
}

Thanks Noda, it works !

Best regards

Hi support

Extra question : how to add round box with blue background and green border to the last menu item ? “contact” (both on desktop and mobile) → see attached

URL : rsmk.fr

Thank you

best

Hi Roman

You may use this css code:

li#menu-item-244 {
border: 2px solid #fff;
padding: 0px 15px;
border-radius: 14px;
}

Regards

Thank you for your help ! How to add a blue background on this item ?

Best!

Hi

You just need to add

background: blue;

to the css code :slight_smile: