Translate

How to Hide or Remove Title of Blogger Post ?

What is Post Title in Blogger ?

Hide or Remove Post Title in Blogger

In Blogger, the post title refers to the title or heading that you give to each individual blog post. It is the primary headline that appears at the top of your blog post and briefly summarizes the post's subject or content. The post title informs readers of the post's topic and offers a brief summary of the information they can find in the article. 

 

It is customary for the post title to be prominently displayed at the start of a blog post, either above or below any featured images or introductory text. It acts as a way to draw the reader in and give them a sneak peek at the post's subject. Additionally, the post title is frequently used in various areas of a blog, including the homepage, archive pages, and search results, to aid users in navigating and finding particular posts they are interested in.


How to Hide Post Title in Blogger


To hide the post title in Blogger, you can follow these steps:


1. Go to your Blogger dashboard and select the blog where you want to hide the post title.

2. From the left-hand menu, click on "Theme."

3. In the "Theme" section, click on the "Customize" button for the theme you're using.

4. In the left-hand menu of the Blogger Theme Designer, click on "Advanced."

5. In the "Advanced" section, scroll down until you find the "Add CSS" field.

6. Click on the "Add CSS" field and enter the following CSS code:


Copy Below Code

.post-title {

  display: none;

}


7. Click on the "Apply to Blog" button to save the changes.

8. This CSS code will hide the post titles on your blog. After saving the changes, the post titles will no longer be visible on your blog posts. 


Please Note that this will apply to all the posts on your blog, so if you only want to hide the title on specific posts, you'll need to use a different approach, such as adding custom CSS to individual posts.



How to Display Post Title in Blogger


To display the post title in Blogger, you can follow these steps:


1. Go to your Blogger dashboard and select the blog where you want to display the post title.

2. From the left-hand menu, click on "Theme."

3. In the "Theme" section, click on the "Customize" button for the theme you're using.

4. In the left-hand menu of the Blogger Theme Designer, click on "Advanced."

5. In the "Advanced" section, scroll down until you find the "Add CSS" field.

6. Click on the "Add CSS" field and enter the following CSS code:


Copy Below Code

.post-title {

  display: block;

}


7. Click on the "Apply to Blog" button to save the changes.

8. This CSS code will ensure that the post titles are displayed on your blog posts. After saving the changes, the post titles will be visible in their default location within your blog posts. If you had previously hidden the post titles using custom CSS, this code will override that and make them visible again.


Thanks for Reading This Blog. If you find useful please hit Like Button and do share your comment on Comment Box

No comments:

Post a Comment