Remove price and text from collections on Publisher theme

Hey guys! I am trying my best to find solutions to this but I can’t..

I have Publisher theme and I can’t manage to remove price and text from my products on the collections page.. Anyone got a solution for this theme ?

Url: nomeasurement.dk

Hi @Nomeasurement

Can you share with me the password page?

Hello @Nomeasurement

Can you share with me the password page? so I can check it for you?

Kind & Best regards,
GemPages Support Team

Hey Guys. I managed to figure it out after hours of searching :slightly_smiling_face:

This is the code I used:
.card__content {
opacity: 0;
height: 0;
}

Thx so much for the responses