Questions, feedback, and updates on the new online store design experience
Hello all!
I'm looking to change the menu color strip to a black color in Dawn theme. I'm only looking to for the menu only, the rest is white. ** See Image
How would I do this?
Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi,
Try this code. Paste it at the bottom of base.css file under the asset folder.
@media screen and (min-width: 990px) {
#shopify-section-header > sticky-header {
background: linear-gradient(
0deg
, black 37%, white 38%);
}
#shopify-section-header > sticky-header > header > nav > ul> li > a {
color: white !important;
}
.header__active-menu-item{
color: white !important;
}
}
This is an accepted solution.
Hi,
Try this code. Paste it at the bottom of base.css file under the asset folder.
@media screen and (min-width: 990px) {
#shopify-section-header > sticky-header {
background: linear-gradient(
0deg
, black 37%, white 38%);
}
#shopify-section-header > sticky-header > header > nav > ul> li > a {
color: white !important;
}
.header__active-menu-item{
color: white !important;
}
}
I just tried this, and it works beautifully. I've been trying to figure this out for a while!
Thank you! @made4Uo
We're excited to announce improvements to the threaded messaging experience in our communi...
By TyW May 31, 2023Thank you to everyone who participated in our AMA with Klaviyo. It was great to see so man...
By Jacqui May 30, 2023Photo by Marco Verch Sales channels on Shopify are various platforms where you can sell...
By Ollie May 25, 2023