How to remove both collection and card titles and card prices using Dawn theme

I am trying to remove the collection titles and product title / price from my cards. I am using the Dawn theme. My website is www.exaltedcollectibles.com

I managed to remove the card titles and prices blocking out certain code in the card-product.liquid but then they are no longer clickable.

I have not been able to figure out how to remove the collection titles at all.

Any help would be incredibly appreciated!

To clarify, I managed to remove the collection titles after you click on them and are taken to that page. It is the home page collection titles that I am trying to remove now. Any help is very appreciated!!

Hi @pwnjunkie

You want to remove these titles?

@pwnjunkie

yes, please try this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/base.css ->paste below code at the bottom of the file.
.collection-list .card__information {
    opacity: 0;
    padding: 0;
}

Hi @pwnjunkie . You can achieve this with some CSS.

  1. Go to Online Store → Theme → Edit code
  2. Asset → /base.css → paste below code at the bottom of the file.
.full-unstyled-link, 
.card-information .price {
   display: none;
}
1 Like

Yes I am trying to remove those titles and also the titles/prices for the product cards below them. Thanks!

Hi Juansmartdev,

Your code worked! But, the images are not able to be clicked now.

Hi, @pwnjunkie

You are right, try with these changes:

.card-information .price {
   display: none;
}

.full-unstyled-link {
   font-size: 0;
    color: transparent;
}
2 Likes

That worked! Thank you so much for your help!!

1 Like

Your welcome, @pwnjunkie .

Glad that it help, if you wanna support me, consider to buy me a coffee to keep running things smoothly ;).

https://www.buymeacoffee.com/juandev