Guest Posted June 26, 2021 Share Posted June 26, 2021 Site URL: https://www.dy-photography.com/ Hello I have been searching for an answer all day, but i am definitely stuck. I am trying to put my title and price on hover , for the pictures of my shop, any idea if it's possible to do so ? Thank you Link to comment
tuanphan Posted June 28, 2021 Share Posted June 28, 2021 Hi. Can you share link to shop page? I can't find it. 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
Guest Posted June 28, 2021 Share Posted June 28, 2021 hi. Yes sure https://www.dy-photography.com/prints Link to comment
tuanphan Posted July 2, 2021 Share Posted July 2, 2021 On 6/28/2021 at 1:50 PM, d_y_photography said: hi. Yes sure https://www.dy-photography.com/prints The url doesn't exist. Can you check it again? 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
Guest Posted July 2, 2021 Share Posted July 2, 2021 Sorry about that, now the link is working. https://www.dy-photography.com/theprints Link to comment
Solution tuanphan Posted July 5, 2021 Solution Share Posted July 5, 2021 On 7/2/2021 at 3:43 PM, d_y_photography said: Sorry about that, now the link is working. https://www.dy-photography.com/theprints Hi. Add to Design > Custom CSS /* product title price on hover */ section.grid-meta-wrapper { position: absolute; top: 50%; left: 50%; margin: 0 !important; width: 100%; transform: translate(-50%,-50%); opacity: 0; transition: all 0.3s; pointer-events: none; } .grid-item:hover section { opacity: 1; transition: all 0.3s; } Luzian 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
Guest Posted August 10, 2021 Share Posted August 10, 2021 Hey Tuanphan Sorry i am back to you again, what about if i want the line in white , could you give me the code to add ? please Thank you Link to comment
KwameAndCo Posted August 10, 2021 Share Posted August 10, 2021 1 hour ago, d_y_photography said: Hey Tuanphan Sorry i am back to you again, what about if i want the line in white , could you give me the code to add ? please Thank you If you mean the one at the top of the page: .products.collection-content-wrapper .nested-category-children::after { border-color: white; } If you want something else, you'll need to be more specific as your question is very vague. Also, when asking for help, please remove the "disable right click" code; it is a nuisance for the people trying to help you and really doesn't do anything. It's 2021, if someone wants to copy an image, they will do it. Work With Me 🖥️💻📱 Please remember to tag me so that I get a notification and respond to your help requests. If my answers have helped you, please drop a like and mark my answer as best to help other users find solutions quickly. You can also thank me or make requests by buying me a coffee ☕. (Caffeine fuels me to take more requests) For Squarespace Tips & Tricks, visit @squareskills (Youtube 📺 Tutorials) For Premium and FREE plugins, visit Squareskills (Plugin Store) 🧩 Some links may be affiliate/referral links. 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