Jump to content

Removing site title and tag line from SINGLE page

Recommended Posts

I use this CSS to remove the Title/Tag Line from all pages that are not the home page.

body:not(.homepage) { .logo, .site-tagline, { visibility: hidden; } }

I want to remove it ONLY for a SINGLE, individual inside page.

Can anyone advise?

Link to comment
  • Replies 12
  • Views 9.3k
  • Created
  • Last Reply

Hello Biceps Nikes,

Try going to the Advanced settings for the page itself and in the PAGE HEADER CODE INJECTION enter something like the following...


<style>
 .site-title, .site-tagline {
   visibility: hidden;
 }
</style>

You may want to use display: none; instead if you want to close up the gap. Let us know how it goes.

Toodle-loooooooo..........

Thomas

Getting websites up and running for over 21 years! I'm available for consulting. Please contact me if you need help.

Link to comment

I'd appreciate it if you would click the check mark next to my answer to mark it as the accepted answer and click on the up arrow to like my post.

As to your question about hiding the site-description, please post a new question and I'll try to answer there. If you could tell us what template you're using and provide the URL for your website that would be helpful.

Getting websites up and running for over 21 years! I'm available for consulting. Please contact me if you need help.

Link to comment
  • 6 months later...
  • 3 years later...
  • 1 year later...

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.