Jump to content

Can I add alt text / tool tip (saying 'home') to appear upon hover over the site logo?

Recommended Posts

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
  • Replies 5
  • Views 542
  • Created
  • Last Reply

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.