Profile Theme- Remove About Title on Home Page
-
How do I remove the “about” title on the homepage?
The blog I need help with is: (visible only to logged in users)
-
Hi there,
You should be able to just delete About from the title field of your edit page to remove it. Just leave the field blank and save and it should disappear.
Thanks,
-
That would work for a blank page. But this page is the first page of the profile template and the title is automatically named by the menu. When I got to edit pages it doesn’t even show up to edit or delete?
Is there a CSS that I can add to the page to delete it?
-
Yes, you can use the following snippet to remove titles:
.headline { display: none; }and you can try this for just the About title
.page-id-2 .headline { display: none; }Let me know if that works for you.
Thanks!
- The topic ‘Profile Theme- Remove About Title on Home Page’ is closed to new replies.