Shopify themes, liquid, logos, and UX
Hello
I would like to change the background color of my mega menu to match the header menu color which is white. Right now it's the color of the general background.
My website: www.inibo.co
PW: secret
Thanks in advance!
S.
Solved! Go to the solution
This is an accepted solution.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.megamenu__cols a:hover {
background-color: white !important;
}
</style>
Hey @saraki
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.site-nav__dropdown {
background: white !important;
}
</style>
RESULT:
If I managed to help you then, don't forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Thank you @Moeed
It works, but not on the product. Is it possible to make the background on the product white as well?
Hi @Moeed
I just noticed that the mega menu items have a hover color as well as an underline when hovered over. Can this be removed? Thanks so much
This is an accepted solution.
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag
<style>
.megamenu__cols a:hover {
background-color: white !important;
}
</style>
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find base.css
4) Past this code at the bottom of the page
.site-nav__dropdown {
background-color: var(--colorNav) !important;
}
Hi @saraki
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the megamenu.css file:
.site-nav__dropdown {background: #ffeded !important;}
Regards,
San
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
Okay then you can add this on your bottom of your css file.
If it’s helpful to you, please mark it as a solution.
Need Help with Shopify Design, Migration, Speed, or Custom tasks?
email: hi@mswebdesigner.com
Try Our Conversion Booster app to get more sales | Connect Our Founder Linkedin
User | RANK |
---|---|
227 | |
181 | |
63 | |
58 | |
47 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023