Hi,
Is there a way of inserting an image and having this link to a category in woo commerce.
What I really need is a grid of small thumbnails, which can be clicked to bring up the products within a woo commerce category.
Many thanks for your help.
Bryan
OK so I have worked out how to do this! Using Partner/Logo Element and then setting the link to a custom attribute.
However, on this page how do I remove the sidebar so ONLY products show.
http://www.theaudiobarn.co.uk/pa_brand/chord-electronics/
I want to maintain the sidebar on this page:
http://www.theaudiobarn.co.uk/news-events/
Thanks for your help.
Bryan
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.archive.woocommerce .content {
width: 100%!important;
border: none!important;
}
.archive.woocommerce .sidebar {
display: none!important;
}
Regards,
Yigit
Hi Yigit,
Excellent this has worked 100%!
Thanks for your help.
Bryan