Change Line Spacing Rich Text Blockshop Theme

Hi there,

I need help figuring out how to make the text size smaller on the best sellers collection page. The section is Rich Text and for the life of me I can’t figure out the CSS and how to make the smaller text spacing smaller.

Any help is greatly appreciated

Site: geneboutique.com

psw: dewblo

Hi @unknowndev ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea for solution:

Step 1. Go to Online Store → Theme → Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before :

{% if canonical_url contains 'bestsellers' %}

{% endif %}

Note: You can change line-height value to adjust text spacing

Hope my answer will help you.

Best regards,

Victor | PageFly

i think the website isn’t updated on your end as it looks different on my end on the best seller page

@unknowndev See your update, you can try again with this code below:

{% if canonical_url contains 'bestsellers' %}

{% endif %}

Thx so much