Solved

How can I change the icon color in the Boundless theme?

fluidallure
Visitor
2 0 0

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?

 

fluidallure_0-1614793129226.png

 

Accepted Solution (1)
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

#shopify-section-header .site-header .grid .grid__item .site-header__link{
	color: #000000 !important;
}

View solution in original post

Replies 5 (5)

ZestardTech
Shopify Expert
5393 971 1293

Hello There,

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.

.site-header__link, .site-header__logo-link {
color: #000 !important;
}

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing
fluidallure
Visitor
2 0 0

Thank you for the reply. I tried it but the color is still white.

ZestardTech
Shopify Expert
5393 971 1293

Hello There,

Please share your store URL and password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: support@zestard.com
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

khilan
Shopify Partner
271 15 26

hi @fluidallure 

i can slove this ur problem .

u can change this code .

Hello There,

1. Go to Online Store->Theme->Edit code
2. 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 Expert | Skype: khilan.mendapara
- Like and Mark as an Accepted Solution if reply helpful
- Feel free to contact me on khilan.mendapara1995@gmail.com regarding any help
Kinjaldavra
Shopify Partner
2302 570 1423

This is an accepted solution.

#shopify-section-header .site-header .grid .grid__item .site-header__link{
	color: #000000 !important;
}