Shopify themes, liquid, logos, and UX
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
HELP! My website is pulling collection descriptions. I can't figure out how to hide the text.
I have only entered the description so it can hopefully pull to google.
Thank you!!!
URL IS: https://gloriapatricollective.com/
Solved! Go to the solution
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
.collection__page--description {
visibility: hidden;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Thank you so much!!
This is an accepted solution.
You can try this code by following these steps:
Step 1: Go to the online store ->Theme ->Edit Code.
Step 2: Find the theme.liquid file and add the following code above the </head> tag
<style>
.collection__page--description {
visibility: hidden;
}
</style>
Hopefully it will help you. If yes then Please don't forget hit Like and Mark it as solution!
Thank you so much!!!
Hi AnneLuo,
Is there a way to hide all descriptions from all collections on Symmetry?
The above code did not work for me.
Thanks in advance 🙂
Hi, @erin23
Can you share the store URL and take a screenshot to describe your requirements? So that I can assist you.
Hi AnnaeLou,
URL IS: https://gloriapatricollective.com/
Is it possible to hide the collection descriptions from the website, but keep them for SEO?
Thank you,
Erin
Can you take a screenshot to show where the collection description is?
Right now it appears at the top. I want it hidden from the top/bottom altogether, without actively deleting the descriptions for each collection.
Hi there,
Was a solution found? I am interested in the same - hiding collection page descriptions.
thank you,
hi AnneLuo,
This code didnt work for me to hide the description of my collections. Could you advise further please? Many thanks 🙂
Hi. Can you share your website link with me?