How can I change the ATC color and footer background on Impulse theme?

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!

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

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.

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.

1 Like

Thank you