- This topic has 2 replies, 2 voices, and was last updated 8 years, 10 months ago by Jeff the Tax CPA.
Viewing 3 posts - 1 through 3 (of 3 total)
-
AuthorPosts
-
December 30, 2015 at 12:20 am #81845Jeff the Tax CPAMember
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 youDecember 30, 2015 at 10:58 am #81895MaheshParticipantHi @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,
MaheshDecember 31, 2015 at 12:49 am #81933Jeff the Tax CPAMemberMahesh,
Great thinking! The “Hide title in all Pages” is what I really wanted.
The code worked great. Thank you. -
AuthorPosts
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘How to Remove Title from Body of Page’ is closed to new replies.