Hi I just want to make my dropdown menu from my header to be white I do not like the color I have and have tried to play with it but it changes the header color too. I need help! Thank you! really just need the issue resolved for mobile…
@Jacobsladdr - you want to change from grey background to white? can you please share this page link?
Hi thank you for the help! Could you help me out a bit more specifically with locating the class id. My store link is believersbrigade.com password meatri
My store is believersbrigade.com password meatri
The background in the dropdown from the header is my main header color I want to change it on mobile specifically so it is white when I click the dropdown menu from my header. I understand on desktop the menu will be in my header.
@Jacobsladdr - do you want like this? the issue is with your logo, which has grey background, either make logo without background or keep background white so it looks good
Hi i need this for specifically mobile.. I want to change it on mobile specifically so it is white when I click the dropdown menu from my header. I understand on desktop the menu will be in my header.
Yes but I don’t want to change my header color just the dropdown if thats not possible how would I do this?
@Jacobsladdr - do you mean the text color of shop? or that arrow? what exactly do you mean by drop down?
No what you had with the example expect I want the header to still be that gray and when you click the menu option on mobile I want that background to be white
@Jacobsladdr - add this css to the very end of your base.css file and check, should look like the screenshot below
@media screen and (max-width:749px){
#menu-drawer{background-color: #fff;}
}
will this work for strictly mobile?
@Jacobsladdr = yes it is for mobile only
Thank you!
@Jacobsladdr - welcome, do let me know if you need anything else, you have my email below