Shopping Cart Operations > Support

Free Shipping CSS

(1/1)

garyfartsalot:
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

Basara:
Hello.
Use your browser insect tool to find CSS rule
https://abantecart.atlassian.net/wiki/spaces/AD/pages/7569496/Debug#Debug-Browserinspector


--- Code: ---.alert.alert-info.mt10.mb10.free-shipping-holder {
    background-color: black;
}
--- End code ---

garyfartsalot:
Thanks for the reply

I did that but I could not find the entry in the css file

Basara:

--- 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

--- End quote ---

Hello.
Try to add the code I posted to the very top of your theme CSS file

garyfartsalot:
ah yes, thanks very much

Navigation

[0] Message Index

Go to full version
Powered by SMFPacks Social Login Mod