Hi me again.
How do I change the colour of the dropdown menu background and text.
Can someone point me in the right direction please?
Web URL - https://25f61a-2.myshopify.com/
Hi me again.
How do I change the colour of the dropdown menu background and text.
Can someone point me in the right direction please?
Web URL - https://25f61a-2.myshopify.com/
Hi @L25HRY
Try this one.
@media only screen and (max-width: 989px) {
.menu-drawer__inner-container {
background: blue;
}
.menu-drawer__inner-container * {
color: red;
}
}
And Save.
Result:
You can change the color you like.
i hope it help.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
Hi, this didn’t work. My drop menu is drop down, not drawer.
I’m not sure if I made it transparent a couple days ago?
Hi @L25HRY
This is David at SalesHunterThemes.
Thank you for your question.
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.header__submenu {
background: red!important;
}
.header__submenu .header__menu-item {
color: orange!important;
}
Hi @L25HRY
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 base.css file:
#menu-drawer {background: #000 !important;}
Regards,
San