Hi there
I’m using Craft 12.0.0 theme and i added the following code to base.css
}
.product-form__buttons .product-form__submit{
background: #0F512B !important;
color: #FFFFFF !Important;
}
#cart-notification-button {
background: #FFFFFF !important;
color: #0F512B !Important;
}
Essentially wanting to change my add to cart button colour and the button colour for my dropdown when a product has been added to cart.
This has been updated successfully and as intended.
however, the changes are only reflected when i access my store using desktop, the changes are not reflected when using mobile.
any ideas how i can update my code so that the colour changes are reflected when using both desktop and mobile?
many thanks for your time ![]()
Asim