Jump to content

Disable Hover effect on shop page so that prices always show while using a mobile device

Recommended Posts

On the shop page of the hyde template, prices will show when you hover over the corresponding image. I would like to disable the hover effect so that the price will always be displayed on mobile devices. 

This is what I have:

@media only screen and (max-width: 768px) { .product-price { 
  pointer-events: none;
  }
}

 

I have the mobile breakpoint set to 768px in the site styles section so thats why i used that number. 

IMAGE 11-20-20 AT 10.51 PM.jpeg

Link to comment
14 hours ago, Breezy said:

salim1208

 

Add to Home > Design > Custom CSS

@media screen and (max-width:640px) {
section.ProductList-overlay {
    opacity: 1 !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
  • 2 weeks later...
On 11/24/2020 at 10:52 AM, Breezy said:

the price still only shows when you hover 

Hi. Sorry, just had a sick. Do you still need help on this?

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
On 12/4/2020 at 9:52 AM, Breezy said:

yes please 

i figured it out

@media only screen and (max-width: 768px) { #collection-5fb6f5d912564f05486a4f54 {
.tweak-product-list-mobile-meta-position-overlay.tweak-product-list-meta-position-overlay, .ProductList-overlay, .ProductList-meta {
  opacity: 1 !important;
  visibility: visible !important;
    }
  }
}

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.