Ashyyc Posted March 24, 2020 Share Posted March 24, 2020 Hello, I am using a template with the basic product blocks, not advanced. Is there a way to overlay product-excerpt on the block when hovering over it? The except takes up too much space on the page. If there is any other way apart from hover to show/hide the description on the same page, that would work as well. Thank you so much! Cheers, Ash Link to comment
tuanphan Posted March 25, 2020 Share Posted March 25, 2020 You can use CSS to do this. But difficult to give CSS without checking product on your site. Can you share link to product page on your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Ashyyc Posted March 25, 2020 Author Share Posted March 25, 2020 Thank you for the response! Please take a look here - www.eatturmeric.ca/turmericdelivery Thank you for taking a look into this, much appreciated! Link to comment
tuanphan Posted March 25, 2020 Share Posted March 25, 2020 Can you take screenshot excerpt? I don't see excerpt... Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Ashyyc Posted March 25, 2020 Author Share Posted March 25, 2020 The excerpt is not visible in the live page as it takes too much space. Below is an unlinked page with an excerpt enabled. www.eatturmeric.ca/turmeric-delivery Link to comment
tuanphan Posted March 26, 2020 Share Posted March 26, 2020 Add to Home > Design > Custom CSS .productDetails.center { display: none; } .product-block .image-container:hover + .productDetails { display: block; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.