I’ve searched through the forum, but can’t seem to find anything that helps.
I have a problem with my sidebar on my WooCommerce products page. I want it removed or atleast replaced with the search sidebar, that’s been pushed to the bottom.
But no matter what I do, I can’t seem to remove it? Does anyone here have a clue how to do go about it?
Thanks in advance.
Hey Katja,
Try the following in quick css:
.woocommerce.woocommerce-page .sidebar.sidebar_sidebar_right.alpha.units{
display:none!important;
}
.woocommerce.woocommerce-page .container .av-content-small.units {
width: 100%;
border: none;
}
Best regards,
Jordan Shannon
Hi Jordan,
Nope. Still there unfortunately.
Hi,
Did you clear the cache a few times over?
Best regards,
Jordan Shannon