• 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

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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.

    Thread Starter Fredber

    (@fredber)

    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 https://codex.www.ads-software.com/Child_Themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Does page name have to show as a headline?’ is closed to new replies.