Okay
  Public Ticket #2339410
CSS Change Shop Categories
Closed

Comments

  • tutuettata started the conversation

    Hello, 

    I wanted to erase the white rectangular label on the shop mode on categories?

    I searched for an answer in the "discussion" on Envato and found the following description.

    replace the code above with this one:

    .woocommerce .shop-categories .product-category-col>.product-category h3 {
    display: none !important;
    }
    

    I added this to my 'Custom CSS' but for some rason it didn't work.

    I would be very glad if you could help me. Thank you

  •  1,558
    Laborator replied

    Hi there,

    Adding this CSS to Custom CSS will hide it completely:

    .woocommerce .shop-categories .product-category h3, 
    .woocommerce .shop-categories .product-category .woocommerce-loop-category__title {
        display: none;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • tutuettata replied

    thank you very much. It works.

  •  1,558
    Laborator replied

    Happy to hear that, take care!

    P.S: If you like our theme, it would help us a lot if you could give us five star rating on themeforest from your Downloads tab.

    A huge thank you from Laborator in advance!

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group