Comments 44Anthony O Connell started the conversationNovember 29, 2023 at 9:19amHi guys. I want to create sample products on my vendor page so that I can show other vendors how their page could look like but I want these products to be hidden on the main shop page. How can this be done?Thanks 2,214WebWizards repliedDecember 2, 2023 at 11:01amHi Anthony,Are you looking to hide the product from the page here: https://flexitime.ie/services/ ?I think the only way to do that would be with some custom CSS that would look like this: .post-type-archive .post-1234{ display:none !important; }where 1234 would be the ID of your sample product.Kind regards,Stefan1 Like 44Anthony O Connell repliedDecember 2, 2023 at 11:09amThanks Stefan.Worked a treat 😎1 Like Sign in to reply ...
Hi guys.
I want to create sample products on my vendor page so that I can show other vendors how their page could look like but I want these products to be hidden on the main shop page. How can this be done?
Thanks
Hi Anthony,
Are you looking to hide the product from the page here: https://flexitime.ie/services/ ?
I think the only way to do that would be with some custom CSS that would look like this:
where 1234 would be the ID of your sample product.
Kind regards,
Stefan
Thanks Stefan.
Worked a treat 😎