LauraStoker Posted July 17, 2020 Share Posted July 17, 2020 Site URL: https://www.kollectify.com/ Hello lovely Squarespace folk, I've been asked to add the word 'home' upon hover of the site logo, but can't find a way of doing this - any ideas? The site URL I've included is of a similar client site I've worked on, rather than the site in question (as it's not yet live), but both are built in 7.1. Looking forward to your help and advice 🙂 Many thanks, Laura Link to comment
tuanphan Posted July 18, 2020 Share Posted July 18, 2020 Add to Home > Design > Custom CSS .header-title-logo:after { content: "Home"; display: block; font-size: 20px; position: absolute; z-index: 999; top: 10px; right: 10%; visibility: hidden; } .header-title-logo:hover:after { visibility: visible; }  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
LauraStoker Posted July 18, 2020 Author Share Posted July 18, 2020 Thanks @tuanphan! I meant more as alt text would display - so, the text to sit with wherever the cursor was. Does that make sense? Link to comment
LauraStoker Posted July 24, 2020 Author Share Posted July 24, 2020 On 7/19/2020 at 11:49 AM, LauraStoker said: Thanks @tuanphan! I meant more as alt text would display - so, the text to sit with wherever the cursor was. Does that make sense? Does anyone else have any ideas for this? I'm a little stuck 🙈 Thanks in advance! Link to comment
tuanphan Posted July 24, 2020 Share Posted July 24, 2020 try adjsuting top, right value LauraStoker 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