Hide Collection Name (Title) in Vantage theme

Hi.
I want to Hide the Collection title in the top of the collection sides.
As we want to add pictures there instead, and it dosent look good at all when the title is displayed there.
I got the Vantage theme.

Thankful for help.

//Alexander

1 Like

Hey @AlexanderArl
Share Store URL and password if enabled.

Hello There,

Admin go to online store β†’ themes β†’ actions β†’ edit code
Find Asset >stylesheet.css and paste this at the bottom of the file:

.main--collection__title {
display: none;
}

1 Like

Thanks! Work perfect

1 Like

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.