Hello!
I am using the dawn theme and my URL is carcleansweden.se.
I would like som help with making the text in the menu, and all menu options, on all pages to be completely white instead of grey like they are on the home page:
And this is how it looks on all other pages:
I would hugely appreciate the help!
Hey ! @CarCleanCC
Use this code in header.liquid file
.header__menu-item span {
transition: text-decoration var(--duration-short) ease;
color: #fff;
}
1 Like
Perfect. Now the text is white on all pages. Can every dropdown text also be black on all pages as well?:
So it looks like on the home page:
Thank you for your help