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
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
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;
}
Thanks! Work perfect
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.