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
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:
Paperback : 190 Pages
ISBN β : β 9781407139272
To remove the line break, delete
after the first line (or after every line that has a line break you want to remove) and replace at the beginning of the sentence with
(apart from the first sentence). You should have this as a result:
Paperback : 190 Pages
ISBN β : β 9781407139272
When you press the html button again, it will look like this:
Paperback : 190 Pages
ISBN β : β 9781407139272
Hope that helps anyone