Hello!
I am using the dawn theme and my URL is carcleansweden.se.
I would like to make the whole background of my dropdown menu the same color and make it wider so the first menu option fits on 1 row:
I would hugely appreciate the help!
Go to your online store → edit code → base.css file and paste this code there
details[open]>.header__submenu {
width: max-content;
}
this will fix the width
please confirm which color you want for background
I would like to have the entire background completely white. Thank you!
use this code for that
details[open]>.header__submenu {
width: max-content;
background: #fff;
}
you this code in your base.css file for that
p{
color:#000 !important;
}