Fredber
Member
Posted 9 months ago #
I have set a static page as my front page.
The page name shows in big black letters above the main content.
I would like to use this are for other content, or remove the area if it is not possible to put any code into it.
Possible? :)
Thanks,
Frederick
it is perfectly possible to remove the page title from that area - details depend on your theme.
you might find it in page.php, where you could delete it; or you could hide it per css.
please post a link to your site for more details.
Fredber
Member
Posted 9 months ago #
Im using Twenty Eleven 1.2.
My site is currently hidden by the Site Offline or Coming Soon plugin.
What am I looking for in the script? header, title or something similar?
Frederick
adding this to style.css should solve your problem:
.home .entry-title { display: none; }
for a permanent removal of the page title, you would need to edit content-page.php
btw:
better not to edit twenty eleven directly, as an unedited default theme is important in case of theme problems; consider to create a child theme http://codex.wordpress.org/Child_Themes