zoltar451 Posted November 10, 2020 Share Posted November 10, 2020 Site URL: https://jules-hunt.com/ Hi I recently customised the thumbnails on my website (in Kester template). However, on iPad and iPhone, the project names no longer appear when you roll over a thumbnail. Can someone help? Link to comment
Beyondspace Posted November 10, 2020 Share Posted November 10, 2020 1 hour ago, zoltar451 said: Site URL: https://jules-hunt.com/ Hi I recently customised the thumbnails on my website (in Kester template). However, on iPad and iPhone, the project names no longer appear when you roll over a thumbnail. Can someone help? I missed it in the last support, could you find this text on custom css and update accordingly? Old code: .tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:hover .portfolio-overlay { opacity: 1; } New Code to replace it: .tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:hover .portfolio-overlay, .tweak-portfolio-grid-overlay-show-text-after-hover .portfolio-grid-overlay .grid-item:hover .portfolio-text { opacity: 1 !important; } tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
zoltar451 Posted November 10, 2020 Author Share Posted November 10, 2020 Thank you! That works perfectly. Thanks so much for your help! tuanphan and Beyondspace 1 1 Link to comment
tuanphan Posted November 11, 2020 Share Posted November 11, 2020 @zoltar451 I see homepage footer on tablet, has a big white space at the bottom. You can add this to Design > Custom CSS to remove it /* remove footer white space */ @media screen and (max-width:991px) and (min-width:768px) { [data-section-id="5f849997acf3bf0e7c5100d2"] { display: none; } } Also, nav menu has 2 items only, you can consider use desktop menu on tablet 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment