Skip to main content




Si está usando Elementor, puede ocultar títulos con un solo clic, sin necesidad de usar ningún código ni ningún otro plugin.

Follow these steps:

1. Go to your page and click on ' Edit with Elementor. Here we have prepared a page that has a title that we are going to hide.

file-epkyad3qs3-9773143

2. Click the cogwheel icon to Document Settings en la parte inferior izquierda del panel de widgets.

file-zuve5lf7bj-8150213

3. Turn on ' Hide title

file-dlcugku7l8-8302879

4. Done! No coding and you successfully hid the title.

What to do if the title cannot be hidden

Note that if your theme uses a different class for the title, this option will not work automatically and you will have to configure it manually.

The default class for most topics is:

<h1 class="entry-title">Title</h1>

If your theme uses a different class, go to the panel and below Elementor> Settings, you will find the control: Page title selector

file-tltxv6ptkz-1851325

You will also see the description:

Elementor te permite ocultar el título de la página. Esto funciona para temas que tienen el selector «h1.entry-title». Si el selector de su tema es diferente, ingréselo arriba.

Now, add your theme selector for the title, and the hide title functionality should now work.

How do I know what class name is being used for the H1 title?

Visite su página en un browser Chrome y luego
right click on the title to be hidden, choose
To inspectand make a note of the H1 class name, shown in quotes, as shown below.

file-oumk7c0qxy-8407241

If the class name is "abc-page-title", for example, you would type h1.abc-page-title in the page title selector in the Elementor> Settings> Style area mentioned above.