Shopify themes, liquid, logos, and UX
Hello everyone.
Could someone help me with displaying similar quick links on the collection page? I've attached a screenshot for reference, and here is the sample store URL.: https://threadheads.com/collections/graphic-tees
This is Impact theme
Hi @Digital_Imran ,
This is Amelia from PageFly - a Landing Page Builder App
To display similar quick links on your collection page using the Impact theme, you can follow these steps:
Access Theme Code:
Locate the Collection Template:
Add Quick Links Section:
<div class="quick-links"> <h3>Quick Links</h3> <ul> <li><a href="/collections/graphic-tees">Graphic Tees</a></li> <li><a href="/collections/new-arrivals">New Arrivals</a></li> <li><a href="/collections/sale">Sale</a></li> <!-- Add more links as needed --> </ul> </div>
Style the Quick Links:
.quick-links { margin-top: 20px; padding: 10px; background-color: #f9f9f9; border: 1px solid #ddd; } .quick-links h3 { font-size: 18px; margin-bottom: 10px; } .quick-links ul { list-style-type: none; padding: 0; } .quick-links ul li { margin-bottom: 5px; } .quick-links ul li a { text-decoration: none; color: #333; } .quick-links ul li a:hover { text-decoration: underline; }
Customize as Needed:
I hope that my solution works for you.
Best regards,
Amelia | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
➜ Optimize your Shopify store with PageFly Page Builder (Free plan available)
➜ Weekly updated Shopify tutorials on YouTube
All features are available from Free plan. Live Chat Support is available 24/7.
Thank you so much 🙂
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025