I am using a customized “shop” page with the button link to ordering a product contained within a Go Pricing table. I don’t want the products to show again at the bottom of the new “shop” page. You provided CSS code to remove the sort functionality – .product-sorting { display: none !important; }.
Is there CSS code that could remove the products from the bottom of this page?
Hi wsackley!
I’m not really sure what’s going on there. It says it’s a product archive page but it looks like a regular page you created.
If it is then you can drag a codeblock element to the page content and add this inside.
<style type = "text/css">
.template-shop { display: none !important; }
</style>
To hide those products via CSS.
Regards,
Elliott
I did create a new page [Pay Online]. I then set [Pay Online] as the Shop Page (Products > Display) in Woo Commerce Settings. I tried – .template-shop { display: none !important; } in a Code Block content element on the page, but it did not work. Please advise email address if you need me to setup Admin access for you to look at this issue.
Thank you for your prompt response.
Hey!
Sorry, I forgot the style tags. Try it again now.
Cheers!
Elliott