Shopify themes, liquid, logos, and UX
I need a little help with the coding in shopify Dawn.
I have coded the page to show a full description when the user clicks on a Read More link at the bottom of the page. My issue is that it is also showing the collection title and I'd like that not to show. Can anyone tell me how to make it the title hidden but the Read More link to still be viewable? I have listed the code below:
{%- if section.settings.show_collection_description -%}
<div id="truncated">{{ collection.description | truncatewords: 0, "... <a class='read-more-collection'>Read More</a>" }}</div>
<div id="fullDescription" style="display: none">{{ collection.description }}</div>
{%- endif -%}
Solved! Go to the solution
This is an accepted solution.
Do you want something like the picture below?
css code:
#shopify-section-template--16090102431985__banner .collection-hero__title{
display: none !important;
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Hello @kathi8171
It's GemPages support team and glad to support you today.
To provide you with the most precise solution in this case, could you please share the home page link?
This is an accepted solution.
Do you want something like the picture below?
css code:
#shopify-section-template--16090102431985__banner .collection-hero__title{
display: none !important;
}
Hope my solution can work and support you!
Kind & Best regards!
GemPages Support Team.
Added this to my base.css and it is absolutely perfect! Exactly what I needed! Thank you so much!
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025