• No matter what I do, turning off the SHOW TITLE switch makes no difference – cant remove the HOMEPAGE title from homepage.

    have tried entering below 3 lines into CSS

    div#site-description {
    display: none;
    }

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • There is not SHOW TITLE switch in WordPress. You should ask in the support forum for the theme or plugin that provides that.

    Thread Starter Ministerial

    (@ministerial)

    Thanks @joyously I’ll do that

    Hi,

    If your theme/plugin developer is not able to help you… you may want to try something like this:

    .home .gdlr-page-title {display: none;}

    I’m not certain of the exact CSS syntax but I did see a class called home that is unique to your home page. The page title class is on every page so something like my example should allow you to hide the title on your site’s home page.

    Cheers!
    Tim

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant turn off SHOW TITLE on Homepage in WP editor’ is closed to new replies.