-
raffaele
Dear Sirs in these pages:
https://www.molecularbaracademy.com/checkout/
https://www.molecularbaracademy.com/it/cassa/
https://www.molecularbaracademy.com/cart/
https://www.molecularbaracademy.com/it/carrello/
I need to set the full background to be: var(–base)
I am trying adding the container to anoter container and changing its background colour but it doesn’t work.
Can you do it for me?
Thank you
Raffaele -
Hi there,
Go to customzier > colors > body, customzier > colors > content, and set the background color to
var(--base)
.Let me know if this helps!
-
raffaele
Hi, it is not clear, I only need to chage those pages.
Thank you
Raffaele -
Try this CSS:
body.woocommerce-cart, body.woocommerce-cart .site { background-color: var(--base) !important; }
-
raffaele
Hi, it works
I need to do the same on this page: https://www.molecularbaracademy.com/checkout/
Thank you
Raffaele -
Alvind
Hi there,
You can adjust Ying’s CSS to this:
body.woocommerce-cart, body.woocommerce-checkout, body.woocommerce-cart .site { background-color: var(--base) !important; }
- You must be logged in to reply to this topic.