sarahrab Posted September 20, 2020 Share Posted September 20, 2020 Hi there, I'm building a portfolio site for a client using the Miller template (still unpublished). On one page, I have a bunch of image blocks (NOT a gallery). Is there any way to change the hover effect on just this one page? On the hover, I'd like each image block to have a full color overlay with the caption text in the middle, poster style. Thanks! Sarah Link to comment
tuanphan Posted September 21, 2020 Share Posted September 21, 2020 Yes. You can. Can you share link to that page? We can check easier. if your site is trial, you can setup password & share url. 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
sarahrab Posted September 22, 2020 Author Share Posted September 22, 2020 @tuanphan Thanks! The page I'm looking to add this feature to is molly-test.squarespace.com/work and the password is Portfolio5. Link to comment
tuanphan Posted September 24, 2020 Share Posted September 24, 2020 On 9/23/2020 at 3:29 AM, sarahrab said: @tuanphan Thanks! The page I'm looking to add this feature to is molly-test.squarespace.com/work and the password is Portfolio5. Can you add some demo caption? We can test code 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
sarahrab Posted September 25, 2020 Author Share Posted September 25, 2020 @tuanphan I just added some demo captions! The site can now be reached at http://www.mollydressel.com/ with the same Password. Thank you! Link to comment
tuanphan Posted September 27, 2020 Share Posted September 27, 2020 On 9/25/2020 at 7:42 AM, sarahrab said: @tuanphan I just added some demo captions! The site can now be reached at http://www.mollydressel.com/ with the same Password. Thank you! Password Password. Incorrect password 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
sarahrab Posted September 27, 2020 Author Share Posted September 27, 2020 @tuanphan the password is Portfolio5. Link to comment
tuanphan Posted September 28, 2020 Share Posted September 28, 2020 Portfolio5. Incorrect password Add to Page Settings > Advanced > Header (if you use Personal Plan > Edit Page > Add Code Block) <style> figcaption.image-caption-wrapper { max-height: unset !important; height: 100%; display: flex; justify-content: center; align-items: center; } </style> 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
sarahrab Posted September 28, 2020 Author Share Posted September 28, 2020 (edited) @tuanphan Thank you, that worked, but now my clickthrough links don't work. Is there any way for me to add the links back in to the images and keep the hover? And how can I style the caption text? I don't know why the password didn't work. I just made the site public: http://www.mollydressel.com/work Edited September 28, 2020 by sarahrab Link to comment
Featured Comment tuanphan Posted September 29, 2020 Featured Comment Share Posted September 29, 2020 New code <style> figcaption.image-caption-wrapper { max-height: unset !important; height: 100%; display: flex; justify-content: center; align-items: center; } /* fix click */ figcaption.image-caption-wrapper { pointer-events: none; } </style> CatherineJoMorgan 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
sarahrab Posted September 29, 2020 Author Share Posted September 29, 2020 @tuanphan thanks! Link to comment
Recommended Posts
Posted by tuanphan,
Provides the best code
Recommended by SpencerC
1 reaction
Go to this post
Create an account or sign in to comment
You need to be a member in order to leave a comment