Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
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
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:
Please help Thank you .
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.
Hi, how do i add description on collection list?