• Resolved bgkhan

    (@bgkhan)


    Hi,
    How can I remove the default page titles/names which come on top of any loaded pages?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello @bgkhan,

    We can remove the page title with the help of custom css. Please apply the below given css under Appearance -> Customize-> Additional Css-

    article.page h1.entry-title {
    display: none !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter bgkhan

    (@bgkhan)

    Yes, thanks. It worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to Remove Page Titles’ is closed to new replies.