Okay
  Public Ticket #3025319
Woocommerce
Closed

Comments

  • wearefirstframe started the conversation

    I was able to change the shop background color to white but I need all other pages associated with Woocommerce to be white as well.


    im also having an issue with Shipping and payment options not being available.


    best regards,


    jamie

  •  840
    Jelly replied

    Hello,

    Please try adding this code to Appearance > Customize > Additional CSS or at the end of style.css:

    body.custom-background.woocommerce-cart .blog-page { background-color: white !important; }
    body.custom-background.woocommerce-checkout .blog-page { background-color: white !important; }
    body.custom-background.woocommerce-page .blog-page { background-color: white !important; }
    

    Best Regards,
    Jelly Team