Okay
  Public Ticket #886677
How to Change Colour on shop
Closed

Comments

  •  2
    James started the conversation

    Good day,

    You will see if you go click on "products" (originally named shop by woocommerce) it displays all the categories. You will see just below the image where the name of the category is, it is coloured in black. How do i change this colour?

  •  1,558
    Laborator replied

    Hi James,

    Paste the following code in the Custom CSS area  to change the color of category title:

    .woocommerce .products .product-category a h3 {
        background: #CCC;
        color: #000;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group