How to Hide the WordPress Page Title With CSS
BloggingPosted on: July 17, 2020
The page title on a post or page will usually come default in most themes you install on WordPress. In some instances however this can lead to a few problems depending on what you’re trying to customize.
There are cases where you don’t want the page or post title to show up. How do you hide it? The answer will depend on a few things.
The page title of a WordPress page almost always appears at the top of the page. No matter what theme you’re running, you can look to the top of the page to find your title.
If you’re in the admin panel editing a page, you can find the page title right at the top of the edit/add page:
If you’d like to remove the page title from a page, or on every page, first check your theme settings. Go to your dashboard, then Appearance > Themes > Customize.
This will bring you to your themes settings. If your theme has a setting to hide the page title universally, it likely resides somewhere in here. Check each of the menus on the left sidebar to see if you can find it.
If you can’t find it there, another spot is on the edit page. Go to the page you’re trying to remove the title from, click edit, and look on the right sidebar. There might be a panel called “Page Settings” or “Page Appearance”. In here it might list a setting that lets you hide the title form this specific page. Note that if you select this and want it to apply to all pages, you’ll need to manually go into each page and check this box.
If you can’t find a setting to remove the title in your theme settings and page settings, it would mean that your theme does not support hiding the title.
This does not mean you are out of options, however. There is one more way to remove it.
Go to Appearance > Themes > Customize.
Then at the bottom of the left panel click on “Custom CSS”. Enter this CSS:
.entry-title {
display: none;
}
And click save. This will hide the page title from every page in your website.
Classic editor vs block editor
Posted on: June 17, 2020
How to Hide the WordPress Page Title With CSS
Posted on: July 17, 2020
Simple guide to WordPress Slugs and SEO
Posted on: August 10, 2020
Should you update your site to WordPress 5?
Posted on: June 11, 2020
The Ultimate Pros and Cons of WordPress
Posted on: July 21, 2020
The Best Alternatives to Yoast for SEO
Posted on: June 19, 2020
How to easily add a subscribe button to your WordPress Blog
Posted on: July 29, 2020
How to create a local copy of a live WordPress site
Posted on: September 16, 2020
Everything you need to know about firewalls for websites
Posted on: June 18, 2020
The True Cost of Starting With WooCommerce
Posted on: July 7, 2020
It's easy to learn Wordpress as a beginner. This class will get your site up and running in no time!
Want to learn Wordpress? Our Wordpress Class is entirely FREE for beginners! 📖 🖥
Sign up now