How to remove product from catalog on store

I recently added a product which will be part of a free gift, I do not want it to be displayed on the shop catalogue, how do i remove this? URL: https://themovingstories.com/ thanks in advance

Go to admin login and on 3rd Products click it. type f make sure caps lock not on

Professional Video & Image Editing paste this product name

and open it , on bottom down delete product or top right active to draft.

Hello there @CameronO Follow the steps in this blog https://www.entaice.com/blog/shopify-remove-collection-products and you should be able to remove the product from the catalogue.

Give me feedback if this works for you!

Hi @CameronO

You can hide this product from the catalog page by adding this code to Custom CSS in Online Store > Customize > Theme settings

.collection-grid__wrapper .grid__item[data-product-id="9880445976909"] {
display: none !important;
}

Thanks for your help, how would I remove the gold book display stand aswell?

Code updated

.collection-filter,
.collection-grid__wrapper .grid__item[data-product-id="9880445976909"],
.collection-grid__wrapper .grid__item[data-product-id="9881139642701"] {
    display: none !important;
}