Okay
  Public Ticket #2567729
Hi urgent
Closed

Comments

  • Cristofer Murillo started the conversation

    Hello, I want to remove the images from the subcategories. How can I do it? Thank you

  •  1,558
    Laborator replied

    Hi Cristofer,

    Can you try adding this CSS to Custom CSS:

    .woocommerce .products.shop-categories .product-category a img {
        display: none !important;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Cristofer Murillo replied

    I've added it and it keeps coming out

  •  1,558
    Laborator replied

    Hi Cristofer,

    It seems you are on the customizer and that is a "test mode", you will have to add it Custom CSS area of the theme and the categories should be visible not only while testing them on the customizer.

    If that does not work then please share your site credentials here, because we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   Cristofer Murillo replied privately
  •  1,558
    Laborator replied

    Hi again,

    I've changed the CSS to this:

    .woocommerce .products.shop-categories .product-category .image-placeholder {
        display: none !important;
    }
    

    And they're hidden now:

    medium
    (view large version

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Cristofer Murillo replied

    It looks really bad dude, can you reduce the space between categories? I see a lot of space 

  •  1,558
    Laborator replied

    Hi again,

    You have asked to remove the images and that's what I did, I gave you the CSS to remove the images and it was nowhere mentioned that you want to make them more narrow, add this extra CSS to Custom CSS to make them more narrow:

    .woocommerce .products.shop-categories .product-category {
        margin-bottom: 10px;
    }
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Cristofer Murillo replied

    Here I have to place it? 

  •  1,558
    Laborator replied

    Hi Cristofer,

    We recommend adding it here:

    CustomCSS.jpg

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • Cristofer Murillo replied

    thanks, And the text of the subcategories? The problem is that it occupies me a lot

  •  1,558
    Laborator replied

    Hi Cristofer,

    The categories are on a line and once you have a larger text than usual it will cause this spacing problem, try to keep the names shorter.

    P.S. These are customizations and customizations are out of support scope (see more), I have helped you set up the theme and some minor customizations to help you but if you're looking for professional help in this matter, there's always someone available for such tasks on the WP Kraken or Codeable. Pricing and timeline are always straightforward there and that's the main reason for recommending those services.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group