Does anyone know what part of the css file I can edit to change the colour of the background and text of the free shipping notification that appears on a product page when enabled? See image
Hello.
Use your browser insect tool to find CSS rule
https://abantecart.atlassian.net/wiki/spaces/AD/pages/7569496/Debug#Debug-Browserinspector
.alert.alert-info.mt10.mb10.free-shipping-holder {
background-color: black;
}
Thanks for the reply
I did that but I could not find the entry in the css file
Quote from: garyfartsalot on November 28, 2021, 11:26:57 AM
Thanks for the reply
I did that but I could not find the entry in the css file
Hello.
Try to add the code I posted to the very top of your theme CSS file
ah yes, thanks very much