Looking to get rid of the text in the collage collection in the origin theme
https://prnt.sc/lcL5QCv5IUVo
The link above is a screen shot of my store, the text under the photos are what I would like to be removed.
I apologize if this has been answered already, I cannot find a reference.
Hi @Trapesthetics
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css.
Step 3: Paste the below code at bottom of the file → Save
.color-background-1.gradient.isolate .card__information {
display: none;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello @Renaye
You can follow these steps:
- Go to Online Store->Theme->Edit code
- Open your theme.liquid file, paste the below code before
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
1 Like
HI @Trapesthetics
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.collage__item.collage__item--collection .card__content{
display: none;
}
This solution gets rid of the text for sure, but the function of clicking the collection to go to the page necessary no longer works.