Hi, does anybody know how I would change the background colour of the Mega Menu links to the same as my website background? I’ve tried with CSS and colour customizer but no luck! Any help would be appreciated.
Thanks ![]()
Hi @scentihome
This is Kate from PageFly - Landing page builder
Please share your store URL and if your store is password protected then please provide password too. So that we can help you.
Thank you.
Hi @scentihome
I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file
.header__submenu .header__submenu .header__menu-item {
background: white;
}
.header__submenu .header__submenu {
padding 0px;
}
You can add this code to remove it:
.header__submenu .header__submenu {
padding 0px !important;
}
That hasn’t worked, do you know of another way? Thank you for all your help! ![]()
You can try this:
.header__inline-menu details[open] > .header__submenu {
padding: unset;
}
Thanks so much for your help ![]()