Do you want to hide the title of a WordPress widget in your sidebar or footer?

WordPress widgets make it easy to find and display dynamic content to create unique layouts. However, if you need to hide the title of the widget, then you need some general CSS and HTML knowledge.

So, in this article, we are going to show you how to easily hide widget title in WordPress (no code).

But before, if you have never installed WordPress discover How to Install a WordPress Blog in 7 Steps et How to find, install and activate a WordPress theme on your blog.

Now let's go back to why we are here.

Why hide the title of the widget in WordPress?

WordPress displays a default title on widgets, and it also allows you to rename them if you wish. Most of best WordPress themes will then display this title in the sidebar of your website.

However, sometimes you may not want to display the title of the widget in the sidebar of your WordPress blog. By default, there is no built-in option to simply turn off widget titles.

That being said, let's take a look at how you can easily hide the widget title in the WordPress sidebar.

Hide widget title in WordPress

First of all, you need to install and activate the plugin widget Options. For more details, please see our complete guide on how to install a WordPress plugin.

hide the title of a WordPress widget - Widget optionsOnce the plugin is activated, go to in the dashboard and on Appearance »Widgets. Then choose and drag and drop a widget onto your sidebar or any other area that can accommodate your website widgets.

Free WordPress plugin - Widget options hide title widget blogpascher 1

In this example, we will remove the title of the widget 'Categories'from the sidebar. Just click on the arrow to open the widget and display the options to hide the title.

Widget options hide title widget blogpascher 2

Click on the "gear" icon, then check the box « Check to Hide Widget Title Â»And click on the button« Save"

Now when you browse your website, the dedicated WordPress categories area will appear without the widget title.

Blog preview before installing and configuring the category widget

best WordPress plugin - Widget options hide title widget blogpascher 3

Blog preview after installing and configuring the category widget

Widget options hide title widget blogpascher 4

You can use this plugin to hide any widget title. This plugin also comes with several settings to hide or show titles based on page or post types and even screen size.

It also offers a premium version which offers more settings.

If this trick does not solve all your problems, we also recommend the WordPress plugin Hide Title

But, if you are a coder, we also offer some tips that will give slightly the same result.

function remove_widget_title () {
     $ titleNew = "";
    return $ titleNew;
}
add_filter ('widget_title', 'remove_widget_title')

Even if the result is not polished, this piece of code does its job as well. 

Discover also some premium WordPress plugins  

You can use other WordPress plugins to give a modern appearance and to optimize the handling of your blog or website.

We offer you here some premium WordPress plugins that will help you do that.

1. ZoomSounds

ZoomSounds is a premium WordPress plugin that will help you display an audio player on your website. It is also one of the best bought plugins with over 1690 sales. The best part about the plugin is the fact that it comes with all the features that allow you to make your website user friendly.

Zoomsounds premium wordpress plugins add audio player

The interface and design of the audio player are attractive. Just like the popular plugins of this niche, it presents a powerful control panel that lets you take it in hand. It also supports SoundCloud.

Your visitors will have the opportunity to like and comment, which makes this plugin more social. Other interesting features include: support for the playlist, WooCommerce support and eight audio player models.

Download | Demo | Web hosting

2. WP Import Export

This is the most complete suite of WordPress plugins that helps you import and export your website data. So if you are a little familiar with the latter, getting started with this plugin would be very easy.

Wp import export wordpress plugin

WP Import and Export will allow you to export your data in formats varied. Also you can import files into any website. Don't worry, to make things easier, just check out its demo to help you with this task.

Download Demo | Web hosting

3. WordPress Sidebar and Widgets Visibility

Widgets and sidebars in themes usually have a single design. Knowing this, some users still buy these WordPress themes. But now, thanks to this revolutionary premium WordPress plugin, you will be able to create beautiful new templates with ease.

Wordpress sidebar and widgets visibility create sidebar hide sidebar and hide widgets wordpress plugin

The process is very simple. For edit widget, just add the Widget Customizer before and configure the styling options. It also works with sidebars. Just install this WordPress plugin on any sidebar and change its look.

See also How to change the sidebar side on WordPress

It is simple and efficient!

Download | Demo | Web hosting

Recommended Resources

Find out about other recommended resources to help you build and manage your website.

Conclusion

Here ! That's it for this tutorial. We hope this article helped you learn how to hide widget titles easily in WordPress.  Do not hesitate to share with your friends on your favorite social networks

However, you can also consult our resources, if you need more elements to carry out your projects of creation of Internet sites, by consulting our guide on WordPress blog creation.

If you have suggestions or remarks, leave them in our section Comments.

...