Jump to content

Make Site Subtitle Hyperlink w/o Hover Color

Recommended Posts

Site URL: https://www.markdanielquintos.com

Hi there, 

 

I am using template 'Avenue' (markdanielquintos.com)

As of now, when clicking on my name in the site title, it links back to the homepage, which is great. I'd like for the subtitle of 'Cinematographer' to operate the same way. I've been googling for lots of code and have found a way to turn 'Cinematographer' into a link, but when I do so, it hovers as red like the rest of my links, I'd like for it to have no change when hovering over it, as 'Mark Daniel Quintos' is. Any tips?

 

Thanks in advance!

Link to comment
  • Replies 10
  • Created
  • Last Reply

 I've been googling for lots of code and have found a way to turn 'Cinematographer' into a link, but when I do so, it hovers as red like the rest of my links, I'd like for it to have no change when hovering over it, as 'Mark Daniel Quintos' is. Any tips?

You can use CSS to solve this. Turn it to link first, then let us know, we will give the code

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

If you end up needing to, here's the jQuery and CSS to make it work, but you will need a premium account. If you can make it a link, CSS can take care of the colors.

$('.logo-subtitle').html("<a href='/' class='sublogo'>Cinematographer</a>");
.sublogo:hover {
    color: inherit !important;
}

 

Link to comment
12 hours ago, tuanphan said:

 I've been googling for lots of code and have found a way to turn 'Cinematographer' into a link, but when I do so, it hovers as red like the rest of my links, I'd like for it to have no change when hovering over it, as 'Mark Daniel Quintos' is. Any tips?

You can use CSS to solve this. Turn it to link first, then let us know, we will give the code

 

So I have it set to a link now, by entering this into the tag line section under Logo & Title on the squarespace UI:

 

Quote

<a href="/">Cinematographer</a>

 

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.