Remove collection name in gallery (dawn theme)

hello all, is there any way to remove the will of the collection name when you are in the gallery?

1 Like

Hello There,

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

Hello @Alessioroma ,

It’s the GemPages Support Team and we are glad to assist you today!

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

password: 1

Hello There,

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

h1.collection-hero__title {
display: none;
}
1 Like

Hi [email removed]Alessioroma,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file component-colection-hero.css

Step 3: Paste the below code at bottom of the file →

.collection-hero__title{display:none !important}

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly

Thank you for your response. It’s good to know that it’s worked for you. Kindly feel free to get back to me if you need any further assistance.