How can I change the sub menu background color to light gray?

help!

I want to change my sub menu background to “lightgray” color instead of the whole background color (transparent)

https://2cdlg2c6nf0v3yvj-82296930600.shopifypreview.com

Hi @the-gallery

You can do that by adding this CSS code to bottom of your base.css file in Online store > Themes > Edit code > Assets

#HeaderMenu-MenuList-2 {
    background-image: none !important;
    background-color: #e6e6e6 !important;
}

Hi @the-gallery

This is Henry 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

sticky-header ul#HeaderMenu-MenuList-2 {

background: lightgray !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like

thank you so much