Shopify themes, liquid, logos, and UX
I would like to reduce the space between lines of all the text in the product description. i am using the Minimal theme: https://www.outbox.sarl/products/date-or-anniversary
Solved! Go to the solution
This is an accepted solution.
Hello Bernard9,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->timber.scss.liquid
.product-description.rte {
line-height: 1.4;
}
This is an accepted solution.
Hello Bernard9,
Add this css at the bottom of
Online Store->Theme->Edit code->Assets->timber.scss.liquid
.product-description.rte {
line-height: 1.4;
}
I'm looking to do the same, but I don't have a file named Timber. I'm using the free debut theme. Any assistance is appreciated.
To anyone who still has a problem with removing line breaks - I found an easier solution.
I have a text in the description box:
Paperback : 190 Pages
ISBN : 9781407139272
To remove the line break, click on html button, and you should see this:
<p>Paperback : 190 Pages</p>
<p>ISBN : 9781407139272</p>
To remove the line break, delete </p> after the first line (or after every line that has a line break you want to remove) and replace <p> at the beginning of the sentence with <br> (apart from the first sentence). You should have this as a result:
<p>Paperback : 190 Pages
<br>ISBN : 9781407139272</p>
When you press the html button again, it will look like this:
Paperback : 190 Pages
ISBN : 9781407139272
Hope that helps anyone 🙂
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