About Us
-
When I click to enter my About Us I see right beside my image About Us.
Would someone know how to remove it? I’m currently using the Canard theme.
Thanks,The blog I need help with is: (visible only to logged in users)
-
Hi there, if you wish to hide the title only on the About Us page, go to Customize > CSS, delete all the informational text in that window, and paste in the following custom CSS.
.page-id-2 .entry-header { display: none; }If you wish to hide the title from all static pages, add the following instead.
.page .entry-header { display: none; }
- The topic ‘About Us’ is closed to new replies.