• Resolved ajarn

    (@ajarn)


    Hi there,

    Nice theme, thanks for making it.

    I like to remove the title from some of the pages. I have installed the “title remover” plugin but when I use it, for example on the homepage, it replaces the title “Home” with the title “(untitled)”.

    Is there another way I can remove the title ?

    Thanks in avdvance.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • AddWeb Solution

    (@addweb-solution-pvt-ltd)

    Hello ajarn,

    You can hide it via css. Add below css code into your current active child theme’s style.css file or you can add it additional css option into theme customizer.


    .entry-title {
    display: none;
    }

    Hope this will helps you.

    Thanks !

    Thread Starter ajarn

    (@ajarn)

    That did the trick-thanks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘How to remove page title’ is closed to new replies.