help!
I want to change my sub menu background to “lightgray” color instead of the whole background color (transparent)
help!
I want to change my sub menu background to “lightgray” color instead of the whole background color (transparent)
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
thank you so much