Tagged: products, related, related products, remove, Section
Hi, I used the code from this thread (pasted below): https://kriesi.at/support/topic/remove-woocommerce-related-products-from-shop-page/ in order to remove the related products from underneath each individual product page. The code works but it leaves a section blank space in dark blue color.
1) Can we eliminate that blank space? What code do I need to remove that space?
2) Or alternately, is there a way to put custom text content there instead of the related products? I could eliminate the sidebar for each product page and instead include the sidebar content in that blue bottom section… is that possible? If so, can you provide coding to create that?
Code works:
.related.products {
display: none !important;
}
Thanks, I appreciate your help!
Hey Dino0103,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
.single.single-product .shop_columns_5 + #av_section_1 {
display: none;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Dino0103,
Great :)
We are closing the thread.
If you need further assistance please let us know in a new one.
Best regards,
Victoria