Shopify themes, liquid, logos, and UX
Looking to get rid of the text in the collage collection in the origin theme
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.
Solved! Go to the solution
This is an accepted solution.
Hello @Renaye
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.color-background-1.gradient.isolate .card__information {
display: none;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
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
This is an accepted solution.
Hello @Renaye
You can follow these steps:
1. Go to Online Store->Theme->Edit code
2. Open your theme.liquid file, paste the below code before </body>
<style>
.color-background-1.gradient.isolate .card__information {
display: none;
}
</style>
I hope the above is useful to you.
Kind & Best regards,
GemPages Support Team
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.
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;
}
User | RANK |
---|---|
226 | |
166 | |
66 | |
54 | |
51 |
On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023You've downloaded the Search & Discovery app from the Shopify App store, and as you're ...
By Skye Nov 8, 2023The year-end shopping season is just around the corner. Is a flash sale on your radar? Are...
By Jasonh Nov 6, 2023