Shopify themes, liquid, logos, and UX
Hi all,
The product descriptions on my site seem to automatically truncate every paragraph with a "show more" option. I would like to remove this so that each page shows the full product description and endorsements. I can't seem to find an answer that works for my site on how to toggle this to off.
Example page: https://breakwaterbooks.com/products/false-bodies
Any help would be much appreciated.
Thanks!
Hi @Breakwater
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "base.css, style.css or theme.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
span.moreellipses {
display: contents;
}
a.cus-morelink.less, .cus-morelink {
display: none;
}
.product-description.custom-product-description span.morecontent span {
display: contents !important;
}
And save.
Result:
Hi, thanks for responding! This does indeed show the full comment, thank you. But it still leaves the "Show More" links after each one (as in image below). Is there a way to remove those as well?
Thanks!
George
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025