How to remove the price and sold out

Hello, please help me remove the price and the soldout icon, want to look like this pic below
We just want to showcase our product here and not to sell
Here is the store link: https://72d12c-be.myshopify.com/

Hi @josoneryx1890 ,
Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file base.css, theme.css, styles.css, custom.css or theme.scss.liquid

Step 3: Insert the below code at the bottom of the file → Save

.card-information .price,
.card__badge .badge {
    display: none;
}

Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you

Hi @josoneryx1890

Please add this code to your theme.liquid file, after in Online Store > Themes > Edit code to remove sold-out badge and price of sold-out items.