Hi
pls can u provide a solution to changing the color of the add to cart button on product page but not on anything else (featured collections etc)
URL: smartappliancesonline.co.uk
Theme: Warehouse
current:
cheers
Hi
pls can u provide a solution to changing the color of the add to cart button on product page but not on anything else (featured collections etc)
URL: smartappliancesonline.co.uk
Theme: Warehouse
current:
cheers
Hi @chrisjames11 ,
Are you talking about any product in product page? If so you can do the code below
NOTE: Change the blue to the color you want
.product-block-list__item.product-block-list__item--info button.product-form__add-button.button.button--primary {
background: blue;
}