New Landing How can we help? Themeforest Theme Support Neighborhood How can I remove the product shorting

Viewing 14 posts - 1 through 14 (of 14 total)
  • #70116
    dvaltas
    Member
    Post count: 84

    How can I remove the “Showing all 15(e.g.) products” and the product sorting from the shop page above the images of the products?

    Thanks

    #70357
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Try adding this custom css:

    .woocommerce-count-wrap {
      display: none;
    }

    – Kyle

    #70426
    dvaltas
    Member
    Post count: 84

    The “showing product” from the left removed but the sorting is still there. Can you send me the css for this to disappear as well thanks.

    Will the void from this still exist? I mean when I remove this options, the images following will stay in the same position or it will cover the void from above?

    Thanks Kyle.

    #70429
    Melanie – SUPPORT
    Member
    Post count: 11032

    Here you go:

    .woocommerce-ordering {
    display: none!important;
    }
    #70431
    dvaltas
    Member
    Post count: 84

    Also the line that is beneath the product sorting option to be removed.

    Thanks

    #70436
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    .woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products, p.no-items {
      border-top: none;
    }

    – Kyle

    #70437
    Melanie – SUPPORT
    Member
    Post count: 11032
    .woocommerce .products ul, .woocommerce ul.products, .woocommerce-page .products ul, .woocommerce-page ul.products, p.no-items {
    border-top: none;
    padding-top: 0px;
    }

    you’re welcome

    #70439
    dvaltas
    Member
    Post count: 84

    Thanks Melanie. That worked. But there is a void between the menu and the images where these options were. Can I remove that also? Along with the line?

    Thanks again!

    #70440
    Melanie – SUPPORT
    Member
    Post count: 11032

    Post up your website URL please.

    #70446
    dvaltas
    Member
    Post count: 84

    fitandcraft.com

    #70449
    dvaltas
    Member
    Post count: 84

    There is a void space also almost in every page (contact, shop, card).

    #70457
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Looks good to me? If you are talking about the space between the header and the content, I’d say it looks better with it. If you want to remove it you can add:

    .inner-page-wrap {
      margin-top: 0;
    }

    – Kyle

    #70463
    dvaltas
    Member
    Post count: 84

    Thank you very much guys you were very helpful!!

    #70474
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    – Kyle

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