Dear community,
I would like to remove the “Description”-line from the product pages.
Does anyone have a solution for this?
Thank you in advance!
Could you send me your store URL to check?
Hi @WDMWeb
Go to the online store
Edit the code base.css file below add the code
.ProductMeta__Description {
display: none;
}
@websensepro Unfortunately, that didn’t help.
Thank you anyway!
Hi @WDMWeb , please follow this instruction
Go to store admin > Sale channels > Online store > Themes > Edit code > Assets > open theme.css or theme.css.liquid, add this CSS code at the bottom and save file
.Product__Info .ProductMeta__Description .Rte h5 { display: none !important; }
This is result
Hello Dan,
That didn’t work either…
So please try to add this code before tag in Sale channels > Online store > Themes > Edit code > theme.liquid file