I am using the Boundless theme. I would like to change the color of the hamburger menu, search icon and shopping cart icon on the homepage to black. It is currently white. The icons appear black on every page but the homepage. None of the codes I tried have worked, any suggestions?
Hello There,
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-header__link, .site-header__logo-link {
color: #000 !important;
}
Thank you for the reply. I tried it but the color is still white.
Hello There,
Please share your store URL and password.
So that I will check and let you know the exact solution here.
hi @fluidallure
i can slove this ur problem .
u can change this code .
Hello There,
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.site-header__link, .site-header__logo-link {
color: #0000 !important;
}
thank you so much ..
#shopify-section-header .site-header .grid .grid__item .site-header__link{
color: #000000 !important;
}
1 Like
