Show full product description without "show more" truncation

Show full product description without "show more" truncation

Breakwater
Tourist
4 0 2

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!

Replies 2 (2)

Made4uo-Ribe
Shopify Partner
10038 2387 3014

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:

Made4uoRibe_0-1718042409844.png

If this fixed your issue, Likes and Accept as Solution are highly appreciated. Coffee tips fuel my dedication.
Get experienced Shopify developers at affordable rates—visit Made4Uo.com for a quick quote!
Need THEME UPDATES but have custom codes? No worries, for an affordable price.
Breakwater
Tourist
4 0 2

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

Breakwater_0-1718203311913.png