dplumb Posted September 9, 2019 Share Posted September 9, 2019 Any ideas on how I can have the hover text be positioned at the top of the block? Thanks so much in advance! Link to comment
tuanphan Posted September 9, 2019 Share Posted September 9, 2019 @dplumb you can use custom code. Can you 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
dplumb Posted September 10, 2019 Author Share Posted September 10, 2019 Yes, it's https://theifproject.squarespace.com/programs pw:renata Under "internal programs", the images with the pink arrows have the hover text I'd like to be at the top of the block. Thanks so much!Denise Link to comment
tuanphan Posted September 10, 2019 Share Posted September 10, 2019 @dplumb Add to Home > Design > Custom CSS body#collection-5c59e8c1ee6eb0429890147c .sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .image-caption-wrapper { top: -50px; } 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
dplumb Posted September 10, 2019 Author Share Posted September 10, 2019 That's so great, thank you! One last question is there a way to make the text box fill the image block? So that no scroll bar is necessary? I so appreciate your help! Best,Denise Link to comment
tuanphan Posted September 10, 2019 Share Posted September 10, 2019 @dplumb @media screen and (min-width:901px) { body#collection-5c59e8c1ee6eb0429890147c .sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic { height: 20em !important; } } @media screen and (max-width:900px) { body#collection-5c59e8c1ee6eb0429890147c .sqs-block-image .image-block-outer-wrapper.layout-caption-overlay-hover .intrinsic { height: 32em !important; } } 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
dplumb Posted September 10, 2019 Author Share Posted September 10, 2019 Amazing! Thank you so much! Link to comment
tuanphan Posted September 10, 2019 Share Posted September 10, 2019 @dplumb You can Accept Answer if it worked. Thanks 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
Archived
This topic is now archived and is closed to further replies.