Okay
  Public Ticket #2557570
Change background
Closed

Comments

  • alpinum8 started the conversation

    Where do I change the background white color in WooCommerce? And color of text?

  • [deleted] replied

    HiĀ alpinum8,

    Can you please add the code below to your Custom CSS area:

    .woocommerce .woocommerce-tabs .entry-content {
        background: #caf3e4;
    }
    .woocommerce .woocommerce-tabs .tabs li {
        background-color: #caf3e4;
    }

    *then you can change theĀ #caf3e4 color to your preferred color.

    Have a nice day!