Dawn Theme: How to change Hero Button Color

heemfit
Tourist
18 0 1

How do I change the button color?? Site - Heemfit.com

 

 

 

Screen Shot 2021-11-01 at 2.12.10 AM.png

 

Replies 3 (3)

Kinjaldavra
Shopify Partner
2302 570 1423

hello @heemfit 

please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.

.banner__media .banner__content  .banner__buttons .button {
    background-color: #dff1df !important;
}

 

dmwwebartisan
Shopify Partner
12289 2547 3698

@heemfit 

please Go to Online Store->Theme->Edit code then go to assets/base.css ->paste below code at the bottom of the file.

.banner__media .banner__content  .banner__buttons .button {
    background-color: #dff1df !important;
}

Thanks!

If helpful then please Like and Accept Solution | Email: dmw.webartisan@gmail.com |  Instagram: @dmw.webartisan
Check here PageFly App to customize your pages | #1 Product Filter & Search app on Shopify | The most powerful Shopify page builder app

Zworthkey
Shopify Partner
5581 642 1569

hii, @heemfit 
Paste this code on top of the section-image-banner.css file.

a.button.button--primary {
    background-color: aqua !important;
}

You can change the color name as you want.
Thank you.