Dawn Theme: How to change Hero Button Color

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
2303 570 1426

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
12368 2558 3744

@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
PageFly App to customize your pages | The most powerful Shopify page builder app

Zworthkey
Shopify Partner
5581 641 1582

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.