How to change only the guarantee background color in Debutify?

Hello guys,

Iwould like to change the guarantee background color, the problem is if I change the Accent Backgroung Color in my page I’ll change all the colors automatically but I want to change just the gurarantee color, someone could help me here?

hello @allanajr

Please provide website url and if your store is password protected then also provide password So I will check and provide a solution here.

https://interio.com.br/

Mullan1991!

@allanajr , do this to fix it in 20 seconds:

  1. In your Shopify Admin go to: online store > themes > actions > edit code
  2. Find Asset > theme.scss.liquid or theme.css and paste this at the bottom of the file:
#shopify-section-guarantee .box{
    background: #444 !important;
}

#shopify-section-guarantee .box .guarantee-title{
    color: #ffffff !important;
}

#shopify-section-guarantee .box .icon-image{
    color: #9c9c9c !important;
}

You can change the colors as you wish:

#444 = background color
#ffffff = icon color
#9C9C9 = text color

Espero que ajude. Boa sorte!

Kind regards,
Diego

1 Like

Amazing! Thank you!

You already help me a lot, but if is possible, do you know somehow to make a newsletter form text black? or maybe the kind of newsletter form combided with the button, make it a better look.