Change Header buttons color

Solved
nadster99
Tourist
12 0 1

I"m using refresh theme and wanted to change the "account" "cart" and "search" buttons only but cant find a way. My website link is conceptcar.com.mx

nadster99_0-1692313031904.png

 

Accepted Solution (1)
Made4uo-Ribe
Shopify Partner
4090 937 1143

This is an accepted solution.

Hi @nadster99 

 

You can change the color of the icons by following the instructions below

 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Asset" folder, click on "base.css" file
  • Add the code below at the very bottom of the file

NOTE: Change the word "red" to the color you want

.header__icons svg.icon {
    color: red;
}

 

  • Make sure to SAVE

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com


View solution in original post

Reply 1 (1)
Made4uo-Ribe
Shopify Partner
4090 937 1143

This is an accepted solution.

Hi @nadster99 

 

You can change the color of the icons by following the instructions below

 

  • From your Shopify admin dashboard, click on "Online Store" and then "Themes".
  • Find the theme that you want to edit and click on "Actions" and then "Edit code".
  • In the "Asset" folder, click on "base.css" file
  • Add the code below at the very bottom of the file

NOTE: Change the word "red" to the color you want

.header__icons svg.icon {
    color: red;
}

 

  • Make sure to SAVE

Please don't forget to Like and Mark Solution to the post that helped you. Thanks!

Please don't forget to 

Like

 and 

Mark Solution 

to the post that helped you. Thanks!
Sip, savor, and support – your

Coffee Tip

 helps us keep coding magic.❤️❤️❤️
Need a knowledgeable developer? Come and visit us at

Made4uo.com