Solved

Reduce line height / spacing in product description

Bernard9
Shopify Partner
27 0 10

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

Accepted Solution (1)

oscprofessional
Shopify Partner
15846 2371 3074

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;
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing

View solution in original post

Replies 2 (2)

oscprofessional
Shopify Partner
15846 2371 3074

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;
}
Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Custom Pricing Wholesale App : Free | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing
pammy543
Tourist
6 0 0

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.