Website Building » WooCommerce » How Do I Remove Home Page Title in Storefront WooCommerce?

How Do I Remove Home Page Title in Storefront WooCommerce?

Last updated on January 21, 2023 @ 7:25 pm

When it comes to setting up a online store, one of the first things you need to do is choose a theme. Storefront is a popular theme for WooCommerce, and it offers a lot of customization options. One thing you may want to do is remove the home page title.

The home page title is set in the Customizer, under Storefront > Homepage.

The setting is called “Display site title and tagline” and it’s enabled by default. To remove the title, simply uncheck this setting and save your changes.

Once the setting is disabled, the title will no longer appear on your home page. If you want to take things a step further and remove the title from all pages, you can do that by adding some CSS to your child theme.

To remove the title from all pages, add the following CSS to your child theme’s style.css file:

PRO TIP: If you are planning to remove the home page title in Storefront WooCommerce, be aware that this may result in your home page being less visible to search engines. This could in turn impact your traffic and sales.
.site-title, .site-description {
   display: none; }

This will hide the site title and tagline from all pages on your site. If you only want to remove the title from the home page, you can use this CSS instead:

.site-title {
   display: none; }

Remember to always back up your files before making any changes.

Conclusion:

So that’s how you can easily remove the home page title in Storefront WooCommerce.

Dale Leydon

Dale Leydon

Sysadmin turned Javascript developer. Owner of 20+ apps graveyard, and a couple of successful ones.