• Resolved olsenjessi

    (@olsenjessi)


    I recently set my home page as a static home page (www.citytreads.com/home/) that is accessible from the main menu by clicking on the “home” tab, or when going directly to the site (www.citytreads.com). I want to remove the page title that says “Home” on the main page so that neither http://www.citytreads.com nor http://www.citytreads.com/home/ show this home title. For other pages I can use the CSS code:
    .page-id-21 .page-title { display: none; }
    to remove this title from individual pages. But when I try to do this for my home page (which is page 17) it does not remove the title from either the home page or the main page.
    What is the best was to remove this page title?
    Thank you so much!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi olsenjessi,

    please add this to custom CSS:

    .blog .page-title, .blog .page-title-top { display: none; }

    Regards
    Michael

    HI Michael,
    I’ve down loaded the theme MH Magazine Lite ( but have not switched over yet). I am really thinking I want the pro version I’m just so new to all this and have very little time to tweak every thing.
    I currently have a static home page and need to display different post cat in different areas or at least I’m trying to be creative :).

    Maybe being the theme author you could look at my site and sell me on how much better it would look using the pro version..

    http://greatlakesbowhunters.com/
    Thank you
    Joe

    Hi Joe,

    you can see impressions of several user sites in our showcase.

    I recommend that you just test the lite version and see if it suits you. Regarding the setup you can have a look at the documentation for the lite version.

    Regards
    Michael

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Removing Page Title From Static Front page’ is closed to new replies.