Change the color of the Standard Call Out Feature
complete
Kelly Allbright
Can you change the color of the Standard Call Out Feature? I am looking can can't find anything.
Standard Product Call-Out Message
March 17, 2023
NEW
You can now update each product with a custom call-out Message.
The call-out message can be updated in Products > Settings > Standard Call-Out Message
Many thanks, Kelly
Brooks Hitzfield
complete
This is now possible as the call-out message is tied to your theme colors with our latest storefront design updates. Learn more here –> https://grazecart.canny.io/changelog/new-storefront-design
Dan Walter
Kelly,
If you really need to change the color, it is possible using CSS. Copy/Paste the code below into the Custom CSS Section to override the default red.
.saleTag{background-color:blue;
background:linear-gradient(180deg,blue 0,#0033ff);
color:#fff}