Solved

How to remove text from Collage/Collection in Origin Theme

Trapesthetics
Tourist
19 0 1

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)

GemPages
Shopify Partner
5588 1261 1206

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
7865 1785 3055

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

GemPages
Shopify Partner
5588 1261 1206

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
Trapesthetics
Tourist
19 0 1

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. 

ExpertRookie
Shopify Partner
1518 249 314

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.