Hi All,
The view all button in the featured collection shows the collections title, how can this be changed to say “view all” instead of the collection name?
URL:https://label-source.co.uk/
Thank you
Hi All,
The view all button in the featured collection shows the collections title, how can this be changed to say “view all” instead of the collection name?
URL:https://label-source.co.uk/
Thank you
Hi @Danielparsons ,
This is Richard from PageFly - Landing page builder, I’d like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/app.css->paste below code at the bottom of the file:
.featured-collection .section-header--button a {
font-size: 0;
height: auto;
}
.featured-collection .section-header--button a:before {
content: "View all";
font-size: 0.9375rem;
position: static;
height: auto;
background: transparent;
text-decoration: underline;
text-underline-offset: 5px;
text-decoration-color: rgba(21, 21, 21, 0.4);
}
I hope it would help you
Best regards,
Richard | PageFly