Hide Text Title Gobally

Hi,

I want to hide the text title on all pages globally so that this doesn’t happen. I know there is a “disable title” checkbox in the editor for each page. But some pages you can’t get to. So I want to disable it globally.

Hi @raquelllanes,

Thank you for writing in, please add this to Theme Options > CSS

body:not(.page) .x-header-landmark {display: none;}

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Hope it helps,
Cheers!

Worked like a charm! Thanks.

You’re most welcome @raquelllanes !:slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.