• Resolved CuriouslySarah

    (@curiouslysarah)


    I wonder if it’s possible to get rid of the random sidebar widgets that are appearing at the bottom of each and every woocommerce page and product on the site?

    I have deleted the widgets altogether, and have tried putting in a blank widget to act as a placeholder.

    No joy.

    Here’s the link to the page:

    http://eternalashes.com.au/orders/

    Any help gratefully received 🙂

    Sarah

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there, Try this CSS code –

    .archive #sidebar {display:none;}

    Theme Author Styled Themes

    (@gejay)

    Hi there,

    Please add this css on child theme style.css file to fix your issue:

    .woocommerce-page #page .content-area #sidebar {
    	display: none;
    }

    Thanks

    Theme Author Styled Themes

    (@gejay)

    Hi There,

    We didn’t get your reply since 2 weeks, so we hope you got the solution of your issue.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Random Sidebar Widgets at the Bottom of Woocommerce Product Pages’ is closed to new replies.