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 |
---|---|
164 | |
142 | |
74 | |
68 | |
57 |
Explore the 30-30-30 rule, a dynamic social media strategy for new businesses. Learn how t...
By Trevor Sep 20, 2023Discover how to leverage the often overlooked footer of your ecommerce site to gain custom...
By Skye Sep 15, 2023In this blog, we’ll be shining a light on Shopify Partners, Experts, and Affiliates. Who a...
By Imogen Sep 13, 2023