How can I successfully remove collection names from my website?

hi, im trying to remove the collection names

i have tried this coding:

.collection-list-wrapper .card__content {
position: absolute !important;
height: 100% !important;
opacity: 0 !important;
}

it worked but only on mobile device

https://marthajewelry.myshopify.com/

test

thanks in advance!

Hey @hasanali1

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

hi, this worked but the collections and product are not clickable anymore

Hi , This is Richard from PageFly - Landing page builder.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


I hope it would help you Best regards,

Richard | PageFly

Check my updated code.

Does this also work on impulse theme?

I have followed the steps, however, nothing has changed.