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 #962324
Change color n opacity of product category background
Closed

Comments

  • meiping started the conversation

    Hi, good day to you. I would like to change the color and opacity of the background color as attached.

    Many thanks in advance.

  • [deleted] replied

    Hi Mei,

    Just add the code below to Custom CSS:

    .woocommerce .products .product-category a h3 {
    background-color: rgba(255,0,0,0.34) !important; }