Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #51620
    Lisa
    Member

    I use a static front page (Home page). I want to change or eliminate the word Home title (appears 2/3 down the page), but I need the word HOME for the menu button that calls the same page. Any way around this?

    summer-in-utah.com

    thank you in advance!
    Lisa

    #51622
    Leslie Bigos
    Participant

    You can put this in the custom css but remember it will remove all titles from all pages. I have done this with my site, http://www.nerdt.org.

    /* Remove Page H1 Headers*/
    .page .entry-header {
    display: none;
    }

    #51625
    Lisa
    Member

    Thank you for taking the time to help me. I put your code in and it worked nicely. Do you know how to eliminate the space where the title would have been?
    Thanks again.

    #51639
    Sakin
    Keymaster

    @bigoslesli: Thanks for your help

    #51640
    Sakin
    Keymaster

    @Lisa Which space are you talking about? There is no space that title is taking after your have added that css to hide the title.

    If you are talking about the margin bottom below your Homepage Featured Content, then you can remove that by adding the following css in “Appearance => Theme Options => Custom CSS” box:

    #featured-post {
        border: none;
        margin-bottom: 0;
    }
Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Static Front Page – remove title?’ is closed to new replies.