All things Shopify and commerce
I want to add a read more button to my website's catalog description but methods on YouTube and such are not working. Thanks.
Hello @Nickblock
Method 1: Using Shopify Liquid Editing
This method involves editing your Shopify theme's Liquid code. It offers more control over the button's appearance and functionality. Here's how:
Here's an example code snippet you can add to the description section (replace the content with your actual description):
{% if category.description.size > 200 %} <div class="description-excerpt"> {{ category.description | truncate: 200 }} </div> <button class="read-more-btn">Read More</button> <div class="read-more-content" style="display: none;"> {{ category.description }} </div> {% else %} <div class="description"> {{ category.description }} </div> {% endif %}
Method 2: Using a Shopify App
There are Shopify apps available that can add "read more" functionality to your category page descriptions without editing code directly. Here are a couple of options:
These apps offer a user-friendly interface to set excerpt lengths and might include additional features like formatting options for your descriptions.
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025