How can I change my dropdown menu icon colour to black in Refresh theme?

Solved

How can I change my dropdown menu icon colour to black in Refresh theme?

Bailey2
Visitor
1 0 0

I need to change the colour of my dropdown menu icon colour to black but I have no clue on how to and all the other methods online seem to be outdated, does anyone have a solution?

(my theme is "refresh" if that helps)

Accepted Solution (1)

GabrielS
Shopify Partner
486 107 115

This is an accepted solution.

Hello,

 

You can change the hamburger dropdown icon by adding the following CSS at the end of your base.css file.

svg.icon.icon-hamburger {
  color: black !important;
}

 

Let me know if this answered your question.

 

 

Kind regards,

Gabriel Soare | Web Developer
Are you looking to customize your Shopify or to fix a website bug?
You can reach me through my website gabrielsoare.com, DM, or email hello@gabrielsoare.com.
Have I helped you? Like my post.

View solution in original post

Reply 1 (1)

GabrielS
Shopify Partner
486 107 115

This is an accepted solution.

Hello,

 

You can change the hamburger dropdown icon by adding the following CSS at the end of your base.css file.

svg.icon.icon-hamburger {
  color: black !important;
}

 

Let me know if this answered your question.

 

 

Kind regards,

Gabriel Soare | Web Developer
Are you looking to customize your Shopify or to fix a website bug?
You can reach me through my website gabrielsoare.com, DM, or email hello@gabrielsoare.com.
Have I helped you? Like my post.