New Landing How can we help? Themeforest Theme Support Neighborhood How to remove category Numbers and pop up over product images

Viewing 15 posts - 1 through 15 (of 16 total)
  • #45120
    Thealeman
    Member
    Post count: 21

    Please advise on how to remove these below… I have included screen shots with circles around what I would like to remove as well.. Thank you!

    On the shop Page I have it listing the categories and there are numbers of products in ( ) …How to remove that count? I just want it to say the title of the category.

    http://www.newsite.thelinennapkin.com/the-linen-napkin-collections/

    On the category page there is a pop up that appears when you hover over the product image that says “add to cart” How can I remove that?

    http://www.newsite.thelinennapkin.com/product-category/the-signature-collecetion/

    #45385
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    mark {
      display: none;
    }

    And to remove the ‘add to cart’ add this:

    .shop-actions.clearfix {
      display: none;
    }

    Hope this helps

    – Kyle

    #45395
    Thealeman
    Member
    Post count: 21

    You are Genius!!!!!

    Thank you so much Kyle!!

    David

    #45397
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem!

    – Kyle

    #187425
    mimicasa
    Member
    Post count: 14

    Hi, I have the same problem (numbers of products in ( )in the shop Page catégories )with “Atelier “;

    and this css code doesn’t work.

    Can you help me?

    Thanks.

     

    #187433
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Add the code below to your custom css option.

    
    .woocommerce .widget_product_categories ul li span.count, .woocommerce .widget_layered_nav ul li span.count {
      display: none;
    }

    Hope it helps.
    -Rui

    #187466
    mimicasa
    Member
    Post count: 14

    Thanks, but doesn’t work….??

    #187468
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Can you provide your link?

    – Kyle

    #187469
    mimicasa
    Member
    Post count: 14

    image in attachement

    Attachments:
    You must be logged in to view attached files.
    #187472
    mimicasa
    Member
    Post count: 14
    #187473
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .product-cat-info a .count {
      display: none;
    }

    – Kyle

    #187474
    mimicasa
    Member
    Post count: 14

    perfect! thank you 🙂

    #187476
    mimicasa
    Member
    Post count: 14

    Can be that I abuse but which is the code to remove the link “Aller au magasin”

    #187477
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .woocommerce .product-cat-info a.shop-now-link {
      display: none;
    }

    – Kyle

    #187482
    mimicasa
    Member
    Post count: 14

    Thanks!! 🙂

Viewing 15 posts - 1 through 15 (of 16 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