Removing the Title from Blogger Pages
After adding a few pages to our blog, I realized that the Page Title was showing at the top of each page when viewed. For some pages, this was OK, but for others, I preferred it not to show. For example, I had created a home page that we wanted to use as a landing page for everyone to see first, but I didn't like the idea of it having the word "Home" in big, bold letters at the top.
So, after a little research on google, I discovered the below solution to remove the title from your pages in Blogger.
Please note that this does remove the title from all pages, so if you prefer to have a title on some pages, you will need to manually add it back in the body of your page.
- Go to your Blogger dashboard
- Select Template
- Select the Customize button
- Select Advanced
- Add the following to the CSS area:
display: none;
No comments:
Post a Comment