Shopify themes, liquid, logos, and UX
Hi there! I am trying to remove the collection descriptions from my collection pages which I have added to help with SEO. I have tried a few other suggested fixes, but none of them worked for me. I am using the symmetry theme.
Here's a link to my website: https://lindystark.com/collections/blankets
The red box on this screenshot shows what I'm trying to remove. It's on multiple pages, not just this one.
Thanks!
Solved! Go to the solution
This is an accepted solution.
Go to your online store -> edit code -> theme.liquid file and before closing body tag </body> paste this below code
{% if template.name == 'collection' %}
<style>
.rte.cf.align-center.reading-width {
display: none;
}
</style>
{% endif %}
This is an accepted solution.
Go to your online store -> edit code -> theme.liquid file and before closing body tag </body> paste this below code
{% if template.name == 'collection' %}
<style>
.rte.cf.align-center.reading-width {
display: none;
}
</style>
{% endif %}
Thank you so much! This worked.
@lindystark You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of styles.css file.
.page-header{
display: none;
}
Unfortunately this one didn't work for me, but the other response did. Thanks for your help!
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