New Landing How can we help? Themeforest Theme Support Dante How to disable/hide products categories on the shop main page ?

Viewing 15 posts - 1 through 15 (of 17 total)
  • Posted in: Dante
  • #120741
    sdinomais
    Member
    Post count: 20

    Hello,
    I wonder how to disable/hide products categories (images & links) on shop main page ?
    Can’t find anything about it. It’s useful but i prefer to build mines…

    Thanks for you help
    stephan

    #120745
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you provide us the link to your shop page?

    -Rui

    #120747
    sdinomais
    Member
    Post count: 20

    sorry, only local work by now…

    but have a look at the attachment
    i’d like to remove this 5 categories below the divider line
    any idea ?

    Attachments:
    You must be logged in to view attached files.
    #120779
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    We are not able to check anything so please make your site live to get help support.
    Thanks
    Mohammad

    #120782
    sdinomais
    Member
    Post count: 20
    This reply has been marked as private.
    #120784
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Add the code below to your custom css option.

    
    .woocommerce-shop-page ul.products{
        display:none!important;
    }
    

    -Rui

    #120792
    sdinomais
    Member
    Post count: 20

    you’re awesome ! thx

    #120793
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks Rui

    – Kyle

    #120802
    sdinomais
    Member
    Post count: 20

    oops
    i speak too fast…
    it has also erase all the products in the differents catagory pages
    > http://www.3eparallele.com/categorie-produit/oeuvres-originales/

    any idea ?

    #120805
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please remove that one code and use this code:

    .post-type-archive-product ul.products{
        display:none!important;
    }

    Thanks
    Mohammad

    #120812
    sdinomais
    Member
    Post count: 20

    Yessss !

    #120813
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Thanks Mohammad

    – Kyle

    #147740
    kridte
    Member
    Post count: 33

    I’ve got the exact same problem, however, the provided custom CSS (last one) does not work. I don’t want my page to be empty, I just want to remove the box with the product categories (see attachment)

    Attachments:
    You must be logged in to view attached files.
    #147749
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .post-type-archive-product ul.products li figure{
        display:none!important;
    }
    

    Thanks
    Mohammad

    #147759
    kridte
    Member
    Post count: 33

    Unfortunately, that does not work. In fact it only makes it worse and now the images aren’t showing.

Viewing 15 posts - 1 through 15 (of 17 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register