I have tried multiple methods but for some reason the full description is not showing on products. All the product descriptions are correct on the backend. Currently using Dawn theme.
Any help is greatly appreciated!
Hey @marycarver ,
Can you share the link to your store?
Yes sorry it’s https://www.craftsmadebyyou.com/
Yes
On the backend for this product, can you remove all the formatting (bold, underline, italics, signs like <, >, etc..) and just have plain text
I can access the code but I did not make this site or have much experience with Shopify so I’m not entirely sure where that would be located in the files.
No, I don’t mean in the code, in the admin page for this product, the product description.
Hey @marycarver ,
Sent you a message
Check this one.
.product__description.rte span {
overflow: hidden;
white-space: normal;
}