Skip to product information
1 of 0
Published:2024.01.16

How to display blog post or page titles on separate lines

How to display blog post or page titles on separate lines

Applications

  • Blog management and editing

How to implement

  • LIQUID
View full details

There are times when you want to break the title of a Shopify collection. However, just like products, collection titles are referenced on various screens and data, so
We don't want to break the title of the tag itself, so we recommend using a display meta field.


How to display blog post or page titles on separate lines


[Setting Method 1] Add a definition of "multi-line text type" to the meta field of your blog post and page


[Setting Method 2] Modify the title display part of "main-page.liquid" and "main-article.liquid"


[TIPS] If you want to change the line break position on mobile devices, you can do so using CSS


Related Post