Breezy Posted November 21, 2020 Share Posted November 21, 2020 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. Link to comment
tuanphan Posted November 22, 2020 Share Posted November 22, 2020 Can you share site url? We can help easier 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
Breezy Posted November 23, 2020 Author Share Posted November 23, 2020 20 hours ago, tuanphan said: Can you share site url? We can help easier https://oleander-terrier-ej8b.squarespace.com/ Link to comment
tuanphan Posted November 23, 2020 Share Posted November 23, 2020 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
Breezy Posted November 24, 2020 Author Share Posted November 24, 2020 13 hours ago, tuanphan said: @media screen and (max-width:640px) { section.ProductList-overlay { opacity: 1 !important; } } the price still only shows when you hover Link to comment
tuanphan Posted December 3, 2020 Share Posted December 3, 2020 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
Breezy Posted December 4, 2020 Author Share Posted December 4, 2020 On 12/3/2020 at 12:18 AM, tuanphan said: Hi. Sorry, just had a sick. Do you still need help on this? yes please Link to comment
Breezy Posted December 6, 2020 Author Share Posted December 6, 2020 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; } } } tuanphan and P-Lato 2 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment