Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I want to change the menu drawers into the same color as the purple i have on top border. Can this be possible with code or something? Thanks for all your future support, hope we can figure something out. 🙂
Link to my shop:
Solved! Go to the solution
This is an accepted solution.
Do you mean the drop down menu?
This one?
If it is, try this one.
Same Instruction.
details[open] > .header__submenu {
background: #753e85;
}
details[open] > .header__submenu * {
color: white;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Yes, but it seems like you can change it by default.
Ok, sounds good and you have a code i can try out? 🙂
Hi @Dekanten
What you liek to change the menu, the text color, background or the dropdown background?
Like this?
Would you mind to clarify? Thanks!
Thanks for your answer, i want to only change the drawers to make it more cleaner. Purple drawers with white text for example. 🙂
This is an accepted solution.
Do you mean the drop down menu?
This one?
If it is, try this one.
Same Instruction.
details[open] > .header__submenu {
background: #753e85;
}
details[open] > .header__submenu * {
color: white;
}
And Save.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Woooow, many thanks for this. 🙂
The whole site looking much better, is this possible on the mobile version too? 🙂
This is an accepted solution.
Yes, but it seems like you can change it by default.