Okay
  Public Ticket #3024873
Woocommerce shop
Closed

Comments

  • Jamie started the conversation

    My woocommerce shop is showing up as a black background and id like it to be white, or to change the text of the product titles to be white 

  •  840
    Jelly replied

    Hello,

    Please add this code to Appearance > Customize > Additional CSS:

    body.woocommerce-shop.custom-background {background-color: white !important}

    Best Regards,
    Jelly Team

  • Jamie replied

    How do I get my checkout page to format properly after adding an item to my cart?

    I believe that theme is conflicting with woocommerce in that aspect.

    Please see attachments and advise.

    Best Regards,

    Jamie

  •  840
    Jelly replied

    Please add this code to Appearance > Customize > Additional CSS:

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {flex: auto;max-width: none;} .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {flex: auto;max-width: none;} .woocommerce form p.form-row {display: block}

    Best Regards,
    Jelly Team