Hey guys,
First of all thank you for all your great support so far! Question:
Is it possible to force woocommerce Related products, on single product page (I am not using Advanced Layer Editor for single product page), to respect chosen sidebar (in my case default left). I would like to have Related products bellow product tabs, but with left sidebar, not across the full page, as in my case.
Many thanks in advance, best regards,
Ivan
Hi,
I have found plugin for related products that is actually doing the job much better, can relate by tags as well, so I would like to reformulate question:
How to completely remove default enfold Related products at the bottom of the page? Tried to add something in functions php, but is not working…
Sorry, thank you!
Ivan
Hey!
There is an option for this in Dashboard > Enfold > Blog Layout.
Regards,
Elliott
hi there elliot,
this solution did not work.
Hi!
use this in Quick CSS field:
.related.products {
display: none;
}
Cheers!
Andy