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
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! ![]()
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:
- Go to Online Store->Theme->Edit code
- 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.
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.scss.liquid->paste below code at the bottom of the file.
.ProductMeta__Description .Rte h5 { display: none;}