Re: How do I remove the title of a collection from the collection page? Dawn Theme

Solved

How do I remove the title of a collection from the collection page? Dawn Theme

lauraellenr
Tourist
5 0 1

Hi! I'm trying to remove the title of a collection so instead I can use an image in the description box so it's more customised (see below).

Screenshot 2022-01-07 at 4.57.49 pm.png

 

Is there a place to do that in the code please as I can't find any solutions specific to the Dawn theme.

Accepted Solution (1)
Zworthkey
Shopify Partner
5581 642 1577

This is an accepted solution.

Which one you want to remove bold One.

h1.collection-hero__title {
    display: none !important;
}

Add this code in the bottom of component-collection-hero.css file.
Thank you.

View solution in original post

Replies 11 (11)

Zworthkey
Shopify Partner
5581 642 1577

@lauraellenr 
Hi,
Welcome to Shopify Community.
Kindly Share your Store Url.
So that i can help you to remove it.

Their is option in the theme to Add/remove the text.

Thank you

ZestardTech
Shopify Partner
5751 1051 1390

Hello There,

Please share your store URL and Password.
So that I will check and let you know the exact solution here.

Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

Denishamakwana
Shopify Partner
1408 173 231

Welcome to shopify community.

Please share your store URL and if your store is password protected then please provide password too.

Thank you.

If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on [email protected] | Shopify Design Changes | Custom Modifications In to Shopify Theme
lauraellenr
Tourist
5 0 1

Hey! Thanks for your reply. My URL is marrecdesigns.com

lauraellenr
Tourist
5 0 1

My Url is marrecdesigns.com

Thanks!

Zworthkey
Shopify Partner
5581 642 1577

This is an accepted solution.

Which one you want to remove bold One.

h1.collection-hero__title {
    display: none !important;
}

Add this code in the bottom of component-collection-hero.css file.
Thank you.

ZestardTech
Shopify Partner
5751 1051 1390

Hello There,

1. In your Shopify Admin go to online store > themes > actions > edit code
2. Find Asset >base.css and paste this at the bottom of the file:

.collection-hero__description.rte img {
display: none;
}
Want to modify or develop new app, Hire us.
If helpful then please Like and Accept Solution .
Email: [email protected]
Shopify Apps URL :- https://apps.shopify.com/partners/zestard-technologies
Custom Modifications Into Shopify Theme | Shopify Private App | SEO & Digital Marketing

Denishamakwana
Shopify Partner
1408 173 231

Please add below code in bottom of assets/component-collection-hero.css file.

.collection-hero__title {
           display: none;
}
Thank you.
If helpful then please Like and Accept Solution. Want to modify or custom changes on store Hire me. Feel free to contact me on [email protected] | Shopify Design Changes | Custom Modifications In to Shopify Theme

ThomasBorowski
Shopify Partner
803 71 242

Removing the title isn't recommended because it's the H1 tag for the page which is important for SEO. You could theoretically use an image with a proper ALT text for the H1, but that's also not recommended.

 

Instead if putting the title text in an image, stick with the title as a text element and add a decorative or informative image that goes well with the collection.

★ Smart Upgrades, Tips and Tutorials for Shopify themes: cartpunk.com
Did my solution work? Help other Community members easily find the correct solution and apply it to their own stores by marking it as the Accepted Solution and giving it a Thumbs Up

Loftsoul
Tourist
8 0 1

Hi,

 

I wonder if there is anybody who knows if it would be possible to put the collection list title "inside" the image, instead of underneath it? Like they have done on the front page of nomadix.co

Vlk1
Excursionist
23 1 0

Hello, have you found out? Currently I am trying to figure same problem. Thank you.