Hello,
The background of my dropdown nav menu is currently transparent and I am trying to make it white. Could someone please advise how to make this background color white on the Fetch theme? For desktop & mobile
https://begood.coffee - See “Shop” tab
Thanks in advance for your help!
Hi @begoodcoffeeco
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
ul.site-nav__dropdown-animate.site-nav__dropdown-list.text-left {
background: white;
}
Hope that my solution works for you.
Best regards,
Henry | PageFly
Hi Henry,
Thanks for your recommendation. My code does not have a base.css file. I tried pasting it at the bottom of theme.liquid but nothing changed.
Any recommendations nowhere to paste this code instead? Please forgive my lack of coding knowledge! Thanks in advance.
This worked pasting under assets - theme.liquid. Thank you!
You are welcome @begoodcoffeeco 