How can I delete the title from one collection page on the debut theme?

Hi there,

I’m wanting to remove the title and sort of grey transparent layer over my image in one of my collections - can anyone help me with this?

I use the debut theme

2 Likes

@daynak

Please provide store URL.

@daynak

sorry but i can’t see

The collection is hidden as we havn’t launched it yet - try this link

https://helloolive.co.nz/collections/party-dough

1 Like

hii, @daynak
Can you please mark which one you want to edit?
Thank You.

hello @daynak

please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.

.template-collection .collection-hero__title-wrapper .collection-hero__title  {
    display: none;
}
.template-collection .collection-hero__title-wrapper::before {
    background-color:unset;
}

@daynak

thanks can you please try

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
    this code apply for after 5 - 6 second
.collection-hero__title, .collection-hero__title-wrapper::before {display: none;}

Thank you so much!

1 Like

@daynak

its my pleasure to help us