Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

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!