Hi, using WooCommerce, I am displaying a category of products in an off-canvas area on a new site I am building using this shortcode:
[products limit=“100” columns=“1” category=“tools”]
Is there a way using CSS I can then ‘exclude’ a single product from displaying via product ID.
The objective of the off-canvas area is display ‘alternative products’ so I obviously don’t want to display the product the visitor is already looking at.
Thanks so much