Hi,
I have created a product in WooCommerce. I’d like to show only that one product on a regular page on my website. See here: https://fiestapoolsandspas.com/plunge-a-revolutionary-cold-plunge-ice-bath/
The product to purchase is at the top right. I see that my options are only 2 column. Although, I only want to show just this one product. Is there a way to do that?
And, if not, can I get rid of the sort and display options on this one page only?
Thanks!
Justine
Hey jnightingale,
Thank you for the inquiry.
You can add the following CSS code to hide the product sorting for a specific page:
.page-id-28222 .product-sorting {
display: none;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the css.
Best regards,
Ismael