Hi
How do I remove related products from a product page?
Thanks
Will
Hi
How do I remove related products from a product page?
Thanks
Will
Hi Will,
Just add this code in your Quick CSS or custom.css:
.related.products {
display: none;
}
or
.related.products {
display: none !important;
}
Regards,
Ismael
Thanks,
Where is the quick CSS?
Sorry for all the questions...
Hi!
You can find the option field in the theme options panel (Flashlight > Theme Options > Styling and scroll to the bottom to find the field).
Regards,
Peter
Oh I've found it, thanks!
This topic has been closed to new replies.