• How do I remove the page title from the page content using css?

    I can’t seem to find a .page-title style and when I use the inspector it doesn’t have it’s own style….

    any ideas?

Viewing 1 replies (of 1 total)
  • Hey there ussailing,

    Hope you’re well today ??

    You should be able to remove all page titles by adding the following CSS to Appearance -> Theme Options -> Styling Options -> Custom CSS:

    .page h1.page-title {
        display: none;
    }

    Hope this helps and have a great weekend!

    Cheers,
    Bojan

Viewing 1 replies (of 1 total)
  • The topic ‘How do I remove the Page Title’ is closed to new replies.