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 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.
Mullan1991!
@allanajr , do this to fix it in 20 seconds:
#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
Amazing! Thank you!