afinocchiaro Posted March 5, 2023 Share Posted March 5, 2023 Can anyone help move the title text from below the image to a center overlay in my footer summary block? Link to comment
tuanphan Posted March 6, 2023 Share Posted March 6, 2023 Hi, Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
afinocchiaro Posted March 8, 2023 Author Share Posted March 8, 2023 https://www.annafinocchiaro.com Thank you! Link to comment
tuanphan Posted March 11, 2023 Share Posted March 11, 2023 On 3/8/2023 at 7:02 AM, afinocchiaro said: https://www.annafinocchiaro.com Thank you! Add this to Design > Custom CSS. This will make text + overlay appear when hovering. If you want it always appears, let me know, we will adjust the code div#block-yui_3_17_2_1_1677942314003_28648 { .summary-content.sqs-gallery-meta-container { position: absolute; top: 50%; left: 50%; width: 100%; text-align: center; transform: translate(-50%,-50%); opacity: 0; z-index: 999; } .summary-title { text-align: center !important; } .summary-title a { font-family: ltc-bodoni-175; font-weight: 400; font-style: normal; font-size: 30px; letter-spacing: .01em; line-height: 1.2em; text-transform: uppercase; text-decoration: none; color: rgba(0,0,0,.5); } .summary-thumbnail-outer-container:after { content: ""; background: rgba(255,255,255,0.75); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; pointer-events: none; opacity: 0; transition: all 0.3s; } .summary-item:hover .summary-content.sqs-gallery-meta-container { opacity: 1; } .summary-item:hover .summary-thumbnail-outer-container:after { opacity: 1 !important; transition: all 0.3s; }} Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
afinocchiaro Posted March 12, 2023 Author Share Posted March 12, 2023 THANK YOU!!! This is great. 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