How to hide page title on some pages

  • Author
    Posts
  • #36343
    Brian

    Hello,

    I would like to hide the page title on some of the pages. How do I do that?

    #36386
    Zed
    Cryout Creations mastermind

    You can hide all page titles from the theme’s settings or use custom styling to hide specific page titles (as each page has an unique id which can be used).

    body.page-id-THEID h1.entry-title {
        display: none;
    }

    Replace THEID with the numeric id of the page. Duplicate this for each page you want it to apply to.


    If you like our creations, help us share by rating them on WordPress.org.
    Please check the available documentation and search the forums before starting a topic.
    #39655

    Hi, I have the same question

    Can you tell me where I find this code in order to change it please

    #39656

    Ignore last request – i found it under Mantra graphics settings

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘How to hide page title on some pages’ is closed to new replies.