How can I change the color of a specific menu item?

Hi guys,

I’m trying to change the color of the Item “NOS PRODUITS” in my menu.

I want it to be in white and the back ground of only this item #4A5A73

Any idea?

Them REFRESH

https://www.humbleplus.com/

Thank you
Roman

@romainhumble - do you mean products in English? if yes then please add this css

.list-menu__item:first-child{color: #4A5A73;}

HI @romainhumble

This is Richard from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css

Step 3: Paste the below code at bottom of the file → Save

a[href=“/collections/nos-produits-au-collagene”] {

color: #4A5A73 !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly