How to change the colour of all the icons in the header in Dawn theme

Hi,

Does anyone know how to change the all the icons colours (hamburger, search, account and cart) to a certain colour in the Dawn theme using code that can be pasted at the bottom of the base.css file?

I’d like to change the icons to #1C256A please.

Thanks!

1 Like

Hi @strokefdn

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file → Save

.header__icon {

color: #1C256A !important;

}

PageFlyVictor_0-1675387202026.png

Hope that my solution works for you.

Best regards,

Victor | PageFly

1 Like

Hello @strokefdn

You can follow these steps:

  1. Go to Online Store->Theme->Edit code

  1. Open your theme.liquid file, paste the below code before


I hope the above is useful to you.

Kind & Best regards,
GemPages Support Team