How to change color on the meny drawers to same color as my header - Dawn Theme

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. :slightly_smiling_face:

Link to my shop:

www.dekanten.no

Ok, sounds good and you have a code i can try out? :slightly_smiling_face:

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. :slightly_smiling_face:

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. :slightly_smiling_face:

The whole site looking much better, is this possible on the mobile version too? :slightly_smiling_face:

Yes, but it seems like you can change it by default.