I want to remove description under the buy now bottom description

I want to remove description under the buy now bottom description, meaning I want to keep the product description but just to erase the title description…I have tried under edit language but nothing changed, my theme is prestige theme

@Antoninias can you share the link ?

sure its www.antoninias.com

@Antoninias

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi @Antoninias ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.ProductMeta__Description .Rte > h5 {
    display: none !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

@Antoninias

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.ProductMeta__Description .Rte h5 { display: none;}