Re: Hide Collection Title

How can I hide or increase opacity of collection titles?

zakuntsart
Tourist
19 0 1

Screenshot_1.pngCollection titles seem to be pulling in dynamically and we're hoping to either have this removed or increase the opacity so that they're not visible. The collection images contain the title, so there are some redundancies

 

Shopify 3-party theme response: "Regarding the collection title, it is not natively possible to remove it from the section, and a developer is also required to make this change for you. I have however added your request to our list of feature requests, so we may consider it in a future upgrade of the theme if this gets popular."

 

Replies 2 (2)

GemPages
Shopify Partner
5625 1262 1284

Hi @zakuntsart 

 

Can you give me your page URL (with pass if your store password is enabled), so I can check it and maybe give you a solution? 

 

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

PageFly-Victor
Shopify Partner
7865 1786 3133

Hi @zakuntsart ,

This is Victor from PageFly - Landing page builder, I’d like to suggest this idea:

Step 1. Go to Online Store -> Theme -> Edit code
Step 2. Open your theme.liquid theme file
Step 3. Paste below code before </body> :

<style>
.collection-card__content.prose {
    display: none;
}
</style>

Hope my answer will help you.

Best regards,

Victor | PageFly