Change ATC and Footer on impulse theme

Solved
BozzaLights
New Member
3 0 0

Hey you guys I need help with changing my ATC color and footer background on my website but there is no easy way for me to do so on a website thats paid! 

Accepted Solution (1)
AvadaCommerce
Shopify Partner
3879 837 844

This is an accepted solution.

Hi @BozzaLights ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:

.payment-buttons .add-to-cart {
    color: #55c539 !important;
}
.site-footer {
    background-color: #000 !important;
}

.footer__title,
.site-footer p, 
.site-footer a {
    color: #fff !important;
}

.footer__newsletter-input {
   padding-left: 10px;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

AVADA - Top Rated App for Email, SMS, Popups


Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE

View solution in original post

Replies 4 (4)
diego_ezfy
Shopify Partner
2855 544 796

Hello @BozzaLights,

Please share:
- your store URL;
- page URL with the issue you mention;
- storefront password (if your store has one).

If the store is not online yet, please follow this quick tutorial to learn how to safely and temporarily share an offline/unpublished theme URL.

Kind regards,
Diego

BozzaLights
New Member
3 0 0

www.bozzalights.com
Change the footer color to black with white text.
change the add to cart button as the same blue in the logo.

AvadaCommerce
Shopify Partner
3879 837 844

This is an accepted solution.

Hi @BozzaLights ,

 

You can follow the instruction below:

1. Go to Online Store->Theme->Edit code
2. Asset->/theme.css->paste below code at the bottom of the file:

.payment-buttons .add-to-cart {
    color: #55c539 !important;
}
.site-footer {
    background-color: #000 !important;
}

.footer__title,
.site-footer p, 
.site-footer a {
    color: #fff !important;
}

.footer__newsletter-input {
   padding-left: 10px;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

AVADA - Top Rated App for Email, SMS, Popups


Check our website for full features and start a FREE TRIAL.
Install another app to boost sales, 100% FREE

BozzaLights
New Member
3 0 0

Thank you