skalison Posted October 5, 2022 Share Posted October 5, 2022 (edited) Hello! I'm wondering if there is an easy way to get the Portfolio project titles to appear below the image on mobile only? On desktop, it's preferred that the title appears on hover, but for the user experience on mobile would prefer them to appear below the image (example in attached screenshot) Thanks! Edited October 10, 2022 by skalison Link to comment
Beyondspace Posted October 6, 2022 Share Posted October 6, 2022 19 hours ago, skalison said: Site URL: https://www.stephaniemaillard.com/serie-something-blue Hello! I'm wondering if there is an easy way to get the Portfolio project titles to appear below the image on mobile only? On desktop, it's preferred that the title appears on hover, but for the user experience on mobile would prefer them to appear below the image (example in attached screenshot) Thanks! Does the title need to be within the box? Does it fine with this location? 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
skalison Posted October 6, 2022 Author Share Posted October 6, 2022 50 minutes ago, bangank36 said: Does the title need to be within the box? Does it fine with this location? @bangank36 That looks like it could work! Overall looking to have the title appear without the hover effect on mobile. Link to comment
tuanphan Posted October 8, 2022 Share Posted October 8, 2022 On 10/6/2022 at 11:54 PM, skalison said: That looks like it could work! Overall looking to have the title appear without the hover effect on mobile. Add to Design > Custom CSS /* Mobile-Portfolio title under image */ @media screen and (max-width:991px) { div#gridThumbs { display: block !important; } .portfolio-text { opacity: 1 !important; position: relative !important; } } skalison 1 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