Okay
  Public Ticket #1028365
colors and customization
Closed

Comments

  •  1
    ivaninti started the conversation

    hi, i installed kalium "Demo content Shop", my question is, how its posible change colour white in each categories

  •  1,558
    Laborator replied

    Hi there,

    To change this paste the code below in the Custom CSS, located on the left of your admin panel:

    .woocommerce .shop-categories .product-category-col>.product-category h3 {
        background: #000;
    }

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1
    ivaninti replied

    Thanks you, it works !!!! now, if i wanna change the colours of typo or other typo, is it posible?

    and second how can i change the colour of footer ?

  •  1,558
    Laborator replied

    To change the color of any element you can do easily through  Custom CSS, we need your site URL to make the changes as the site from site changes.

    Using the CSS below will change the color of the footer:

    .main-footer.fixed-footer {
        background: red !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group