Show hover text without hover on collection list homepage

Solved

Show hover text without hover on collection list homepage

Mg71
Excursionist
48 0 8

Hi, I'd like to make the all of the text shown on the collection list automatically instead of it only showing when hovered on desktop and mobile.

 

I've attached two screenshots, with hover and without.

 

I'm using the pipeline theme. 

 

Thanks!

 

Screenshot 2024-07-01 111824.png

Screenshot 2024-07-01 111839.png

  

Accepted Solution (1)

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @Mg71

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
.link-over-image .collection-grid-item__subtitle, .link-over-image .collection-grid-item__btn {
  transform: translateY(0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.09s;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍



Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now

View solution in original post

Reply 1 (1)

BSSCommerce-HDL
Shopify Partner
2305 834 907

This is an accepted solution.

Hi @Mg71

Step 1: Go to Shopify Admin -> Online Store ->Theme -> Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above </head> tag: 

 

<style>
.link-over-image .collection-grid-item__subtitle, .link-over-image .collection-grid-item__btn {
  transform: translateY(0);
    opacity: 1;
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.09s;
}
</style>

 

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you 😍



Sale banner, pop ups: Customize your sale banner, pop-ups and create countdown bar to boost conversion rate.
Simicart: Transform your Shopify store into a stunning and fully functional mobile app with just a few simple steps.
Product Labels & Badges:
Get more sales with striking labels, badges, and banners from our 10,000+ available templates.

BSS Commerce - Full-service eCommerce Agency | Use Shopify for 1$ in the first month now