Hello !
At this adress i want to delete the title of the page "contact" (the one on the left).
http://nicolasdufeu.com/contact/
Is there a CSS solution???
Thanks,
The blog I need help with is nicolasdufeu.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
Hello !
At this adress i want to delete the title of the page "contact" (the one on the left).
http://nicolasdufeu.com/contact/
Is there a CSS solution???
Thanks,
The blog I need help with is nicolasdufeu.com.
I don't get it. Why are you asking for a CSS solution for deleting a Page when you do not need to include it in a custom menu in the first place?
http://en.support.wordpress.com/menus/
http://en.support.wordpress.com/pages/edit-pages-screen/
Hi timechief,
I don't want to delete a page, only the title of the page, because the two "contact" titles are too closed.
Add this in the CSS editor:
.page .entry-title {
display:none;
}
It works !
Thanks timechief & Justpi
This topic has been closed to new replies.