Join us March 21 for an AMA on planning your 2023 marketing budget with 2H Media co-owners, Matt and Aron

How to remove text from Collage/Collection in Origin Theme

Solved
Trapesthetics
Tourist
18 0 0

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. 

Accepted Solution (1)

Accepted Solutions
GemPages
Shopify Partner
5054 1146 921

This is an accepted solution.

Hello @Renaye 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1671760367182.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1671760392268.png

<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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center

View solution in original post

Replies 4 (4)
PageFly-Victor
Shopify Partner
6763 1367 2616

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

If it’s helpful for you, please let me know by giving it a like or marking it as a solution!


PageFly #1 Shopify Landing Page Builder - Free to use, 24/7 Live Chat Support.


All features are available from Free plan. Let’s create unique website design with PageFly here.


GemPages
Shopify Partner
5054 1146 921

This is an accepted solution.

Hello @Renaye 

 

You can follow these steps: 
1. Go to Online Store->Theme->Edit code

GemPages_0-1671760367182.png

2. Open your theme.liquid file, paste the below code before </body>

GemPages_1-1671760392268.png

<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

GemPages - Build any high-converting store pages for any business


- If you find my reply helpful, please hit Like and Mark as Solution
- Get connected: App Store | Blog | Community | Help Center
ExpertRookie
Shopify Partner
1516 247 284

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;
}
- Was my reply helpful? Please Like and Accept Solution to let me know!
- Want to modify or custom changes on store Hire me.
- Feel free to contact me on expert.rookie.team@gmail.com regarding any help.
Trapesthetics
Tourist
18 0 0

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.