Jump to content

Customise the header title

Go to solution Solved by CassAggett,

Recommended Posts

Hi!

 

I would like the heading in the landing page / front page be as it stands:

IDA MAY | CHOREOGRAPHER MOVEMENT DIRECTOR

but on the other pages to only be:

IDA MAY

Is it possible to modify the heading title that way? 

www.idamay.co

I have tested the option to invert the header color using this code:

 

<style>
  .header-title {
    filter: invert(1);
  }
</style>

 

BUT wonder if there is a way to only invert the " | choreographer & movement director"  

Thank you!

 

@tuanphan

Edited by idamay
added my website
Link to comment

Hi Ida, can you share a link to your site? The easiest thing may be to change your site title to just Ida May, then add code to add the rest of the text to the title on all pages but the home but will need to have a look at your site first.

If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆

Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business.

WEBSITEINSTAGRAM

 

Link to comment
11 hours ago, CassAggett said:

Hi Ida, can you share a link to your site? The easiest thing may be to change your site title to just Ida May, then add code to add the rest of the text to the title on all pages but the home but will need to have a look at your site first.

Hi!

 

Thank you, this is it: www.idamay.co

Link to comment
  • Solution

@idamay Try adding this to your custom CSS:

// tag line home page only //
body.homepage {
  a#site-title:after {
    content: "\00a0| choreographer & movement director";
  }
}

Then if that works (I was having trouble testing on your site), you can remove those words from your Site Title.

If this helped you, please like or mark my solution as answer so others can scroll to it quickly 👆

Cass Aggett is a Squarespace website designer for go-getting women – no matter what stage of business.

WEBSITEINSTAGRAM

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.