Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
This is an accepted solution.
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
This is an accepted solution.
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;
}
Thank you so much! I have one more question if you don't mind. The text color is good on the home screen but for some reason its grey on the other pages when not selected:
Is it possible to have the text always completely black on all pages?
Thank you so much for your help!
you this code in your base.css file for that
p{
color:#000 !important;
}
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024