How to change color of header buttons in Refresh Theme?

Solved

How to change color of header buttons in Refresh Theme?

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
10043 2388 3015

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.

View solution in original post

Reply 1 (1)

Made4uo-Ribe
Shopify Partner
10043 2388 3015

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!

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.