i want to change the botton color to (#CD0505) for whole website to match the red color used.
Store link: https://s11iaukvyuisywf1-90656506170.shopifypreview.com
i want to change the botton color to (#CD0505) for whole website to match the red color used.
Store link: https://s11iaukvyuisywf1-90656506170.shopifypreview.com
Hi @jahin2
You can add this code to Custom CSS in Online Store > Themes > Customize > Theme settings to do that
html .button {
background-color: #CD0505 !important;
border-color: #CD0505 !important;
}
Still not all colors are updated.