Viewing 10 posts - 1 through 10 (of 10 total)
  • #47743
    jacieames
    Member
    Post count: 8

    Hi,

    I just have one page of products, and I am wondering how to remove the “all products” section under the first listing of products. Attached is a picture to describe my question.

    Thanks for all your great help.

    Jacie

    #48108
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I have a feeling you have set your shop page up fairly odd,

    For the shop page, you do not need to add anything in the editor, I think you have added the products element.

    All you need to do is create a blank page and in WooCommerce settings set that page to be the shop page, then your products will display on that page.

    – Kyle

    #49731
    jacieames
    Member
    Post count: 8

    Hi, thank you for the reply. This cleared it up! Since I only have a few products, how can I get rid of “View 24/48/All” on the page?

    #50034
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this to your custom css:

    .woocommerce-show-products {
      display: none;
    }

    If you ever add more products you will need to remove this css to make it appear again.

    Hope this helps!

    – Kyle

    #50041
    jacieames
    Member
    Post count: 8

    Thank you for the help. I have been able to detect some of the other items in the site I want to remove using firebug, but I can’t figure out how to remove only some of the options on the “help bar” on the “My Account” page. I have tried so many variations of CSS! Is there a way to know exactly what element of CSS an item is so you can just go to the CSS and choose to not display it?

    #50615
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Unfortunately they do not have unique classes therefore the only way you could hide some of them is to use :nth-child.

    Please tell me which ones you would like to hide so that I can provide you with the correct css to do so.

    – Kyle

    #50677
    jacieames
    Member
    Post count: 8

    I appreciate your help. I would like to remove “Returns & Exchanges” and “FAQs”

    #51343
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    No problem! Try adding this to your custom css:

    .woocommerce .help-bar ul li:nth-child(4n+3), .woocommerce .help-bar ul li:nth-child(4n+4) {
      display: none;
    }

    Let me know if this works!

    – Kyle

    #51386
    jacieames
    Member
    Post count: 8

    Worked perfect! Thanks!

    #51497
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great! Glad to help

    – Kyle

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