Jump to content

Remove Blog Title from Blog Post

Go to solution Solved by tuanphan,

Recommended Posts

On 8/26/2024 at 6:22 AM, paul2009 said:

If you want to apply it to all the posts on one blog page, you can add the CSS to the Blog page instead of adding it to the Custom CSS panel.

To do this, click the 'gear' icon beside the blog page name in the navigation panel

image.png.b5dab6d24b45879d990058cfdc175557.png

Navigate to AdvancedPage Header Code Injection, and then paste some style tags and paste the CSS in between them:

<style>
// Place the CSS here
  
</style>

Did this help? Please give feedback by clicking an icon below  ⬇️

@paul2009

Hi, what CSS would I place there to remove the blog titles from the landing page? 

Thank you so much

Link to comment
11 hours ago, User1776 said:

@tuanphan

Hi, is there any way to do this for only 1 blog post? 

Thank you soooo much 

Edit Blog Post > Add a Code Block > Paste this code

<style>
  h1.blog-title {
    display: none !important;
}
</style>

This code will remove title on Blog Detail Page

In case you want to remove on Blog List/Overview page, you can share blog page url, I can check easier

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
14 hours ago, tuanphan said:

Edit Blog Post > Add a Code Block > Paste this code

<style>
  h1.blog-title {
    display: none !important;
}
</style>

This code will remove title on Blog Detail Page

In case you want to remove on Blog List/Overview page, you can share blog page url, I can check easier

This worked, thank you!!!

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.