Shopify themes, liquid, logos, and UX
Dawn Theme
I need to remove text under the Collection images but only on the homepage. I need Collection text to remain under images on product pages. Hope this makes sense.
Thanks
Hey @ARCHANDTED
Kindly share your Store URL and password if enabled
Hello @ARCHANDTED
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.full-unstyled-link {
display: none;
}
Hello, I tried this and it hasn't changed anything?
Hey @ARCHANDTED
Follow these Steps:
1) Go to Online Store
2) Edit Code
3) Find theme.liquid file
4) Add the following code in the bottom of the file above </body> tag.
<style>
.card__content {
display: none;
}
</style>
hi, this worked but it has also removed the text and price from the collection pages
You can add this code at the end of base.css file of your theme to remove collection heading title just on your home page:
#shopify-section-template--18272036323605__72342da7-e961-46ff-8676-ed1cf847d201 .collection-list .card__information {
display: none;
}
Hello @ARCHANDTED
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.full-unstyled-link {
display: none !important;
}
Hello @ARCHANDTED
You can try this code: it will be helpful to you
Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.
.section-template--18272036323605__72342da7-e961-46ff-8676-ed1cf847d201-padding a.full-unstyled-link {
display: none;
}
Hello @ARCHANDTED,
You can follow the below steps to fix your issue.
{% if template != 'index' %}
<div class=”card__heading”>
…..
</div>
{ %endif % }
Now save the changes to the file.
Hope it helps. Let us know if you need more help with anything.
Regards,
CedCommerce
Great, thank you! This has done the job. The only issue is now the images are not clickable?
Hi, would you be able to assist me any further with this? Thank you.
Sure! @ARCHANDTED, It would be our pleasure! Let's connect in the inbox and move ahead further.
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