• Resolved mattgoddard

    (@mattgoddard)


    I’ve created a shop page using product category blocks with a header and supporting text for each. I’ve done this to improve layout/content customisation.

    It’s now set as the shop page and works great but it’s also showing all product categories underneath my blocks – as is default behaviour if no custom shop page was configured.

    How do I remove the woo injected content entirely so my shop page is 100% created by me?

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Luminus Alabi

    (@luminus)

    Automattic Happiness Engineer

    Hi @mattgoddard,

    Any page designated as the Shop Page in WooCommerce → Settings → Products will have your products injected into it.

    You can hide the content you don’t want to see via CSS.

    This CSS snippet should help remove the content at the bottom of the page

    
    div#wc-column-container {
        display: none;
    }
    

    It’ll leave the bottom of the shop page looking like this:

    Full Size: https://d.pr/i/mJJSDL

    Thread Starter mattgoddard

    (@mattgoddard)

    Thanks so much @luminus – Your reply was super fast, and it worked. That’s some good support 🙂

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

The topic ‘Replace Shop Page with Blocks’ is closed to new replies.