• Resolved anharvey

    (@anharvey)


    Hey,

    This is my 2nd business page that I have made with WordPress, however the last one was 6 years ago so i kinda forgot everything.

    I JUST want my products to show and it looks good when I create the page but then when I view it, there is a ton of extra stuff that wasnt there. I don’t want the Categories on the left side and I dont want the latest under the products, heck I dodnt even want the option to open the product and get a description.

    How can I fix all of these?

    Thanks everyone,
    Adam

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rynald0s

    (@rynald0s)

    Automattic Happiness Engineer

    Hi @anharvey!

    I don’t want the Categories on the left side and I dont want the latest under the products

    You can use the following CSS code to clear that up:

    .col-lg-3 {
        display: none !important;
    } 
    
    .col-md-push-3 {
        left: 0 !important;
        width: 100% !important;
    }
    
    .wc-block-grid__products {
        display: none !important;
    }
    
    .widget.inline-column.col-md-4.col-sm-6.col-xs-12.woocommerce.widget_products {
        display: none !important;
    }

    I dodnt even want the option to open the product and get a description.

    Do you mean that you don’t want the single product page to be opened from the shop/archive page? As in, remove the ability to click through? So the user is forced to purchase directly from the shop page?

    As for adding the CSS code, you can add that to the “Additional CSS” code section found in the customizer.

    Please let us know how it goes.

    Cheers!

    AJ a11n

    (@amandasjackson)

    We haven’t heard back from you in a while, so I’m going to mark this as resolved – if you have any further questions, you can start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Shop Help Needed’ is closed to new replies.