We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How to add subheading in Collection List and make the text into middle. (Craft theme)

How to add subheading in Collection List and make the text into middle. (Craft theme)

ChampHorse
Tourist
7 0 1

Hi, 

 

I would like to add subheading or text below my heading of Collection List. I want the text smaller and in the middle. For example: 

螢幕截圖 2024-01-27 下午11.33.10.png

 

 

Please help Thank you . 

Replies 2 (2)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @ChampHorse 

You can do that by adding this code to your theme.liquid file, under <head> in Online store > Themes > Edit code 

<style>
.collection-hero__text-wrapper {
text-align: center;
}
.collection-hero__description {
max-width: 100% !important;
}
</style>

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

ChampHorse
Tourist
7 0 1

Hi, how do i add description on collection list?