Jump to content

How to add blog title when code used to hide them

Recommended Posts

Posted

I previously used some code as advised on this forum to hide blog titles. I can't remember exactly what I did but the code I have looks like this: 

}
.blog-item-title h1 {
    display: none;
}

I now want to add a new blog post, but now have no way to add a title. This is what I see on the left-hand menu and at the top.

How do I fix this?

Thanks

 

Screenshot 2024-10-14 at 17.59.40.png

Screenshot 2024-10-14 at 17.59.49.png

Posted

Hi, thank you but the code is there to sort some presentation aspects of the blog posts, so if I remove it I have the same issue that led me to add the code in the first place! 

Posted

I haven't yet removed the code because of the risk of what it will do to the existing blog posts. I was hoping to find a solution from others who might have done something similar. I think others have asked this before, but they and the responses were very technical and I wasn't able to follow them!

Posted

I deleted the code, added a title then reinstated the code and that seems to work. It seems a bit of a faff so if there is a better way it'd be great to hear it. But for now, problem solved.

Posted
21 hours ago, EmmB said:

.blog-item-title h1 {
    display: none;
}

I now want to add a new blog post, but now have no way to add a title. 

You can use this, so that the blog title is hidden but it shows when you are in Edit mode so you can still edit it. So to see the title, you have to click on Edit.

/* Hide blog title except when in edit mode */ 
body:not(.sqs-edit-mode-active) .blog-item-title {
  display: none !important;
}

Let me know how it goes.

-------- > 👆 <---------- Please quote or @ me when replying, or I won't get a notification 

Melody | Web Designer & Developer | All things Squarespace
When I have time, I like to help on the Forum, but if you need my full attention, please send your request here.

Tools I use: (affiliate links)
📅Blog Date Format plugin (Free by BeyondSpace)
Lazy Load Summary Block plugin (by Squareswebsites
)
📜Privacy Policy & Cookie Consent plugin (10% off by Termageddon
)
📈SEO plugin for Squarespace (by SEOSpace
)

 Did I help? I like coffee (Thank you)

  • 2 weeks later...

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.