Reply To: Globally Remove Page Titles

Home Forums Support Globally Remove Page Titles Reply To: Globally Remove Page Titles

Home Forums Support Globally Remove Page Titles Reply To: Globally Remove Page Titles

#225335
Lyle

Hi Bruce,

Thought I would jump in here with a suggestion as I too had been looking into a way to do so as I always use a page builder, either Beaver Builder or lately, Elementor. And as you mention, I always have to remember to check the Disable Content Title.

Now there may be a more elegant (read: proper) way to do so, but this is what I have been doing:

– install Tom’s fantastic Simple CSS plugin; as well as a standalone CSS editor and inclusion in the Customizer, it places a CSS meta box in each page and post editor page.
– globally turn off the page titles with .entry-title {display: none;}
– then on those pages where you do want it, use the CSS meta box with .entry-title {display: inline;}

Cheers!
Lyle