Hide Woocommerce Shop Page Sidebar

  CSS, DIVI, WordPress

/* ——HIDE WOOCOMMERCE SHOP PAGE SIDEBAR——– */
div#left-area {width: 100% !important;}
div#sidebar { display: none;}
.et_right_sidebar #main-content .container:before {display: none;}

NOTE: This example is used with WordPress, Elegant Themes DIVI Theme.

LEAVE A COMMENT