Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #81845

    I want my page Title to be “File Portal” because that is what I want showing up in the Menu. But I don’t want my Page text to begin with “File Portal”.
    http://roltgentaxcpa.com/file-portal/
    How do I remove the Title text from the body of the page?
    Thank you

    #81895
    Mahesh
    Keymaster

    Hi @Jeff the Tax CPA,

    Go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” and add the following CSS:
    Hide title in File Portal Page only

    #main #post-187 header.entry-header{
        display: none;
    }

    Hide title in all Pages

    #main .page header.entry-header{
        display: none;
    }

    Regards,
    Mahesh

    #81933

    Mahesh,
    Great thinking! The “Hide title in all Pages” is what I really wanted.
    The code worked great. Thank you.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to Remove Title from Body of Page’ is closed to new replies.