Jump to content

Hide “my site title” on pages

Recommended Posts

Posted

I have just started and am already going bananas.

I cannot get “my site title” off the pages. I would switch layouts to one that doesn’t have it showing, but I cannot get that to work either. 

eksdesignandrestoration.com

I’ve tried 

.homepage a#site-title {

visibility: hidden;

}

and 

.homepage .header-title-text {
  display: none;
}
Posted (edited)

This should work for the pages:

.header-title-text {
	visibility: hidden;
}

Or also:

a#site-title {
	visibility: hidden;
}

Of course, it depends on whether you want to make only the text invisible (visibility: hidden;), or whether you want to make the whole element disappear (display: none;).

Edited by VisualNotes

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.