Home Page title

  • John McCubbin

    #3562

    How do you remove the homepage title

    sbice

    #24909

    I *think* this is what you want:

    Go to Appearance>Header – scroll down to the bottom and click “no” on the “display text” field.

    John McCubbin

    #24910

    this isnt what i want i want to re,ove the actual page name

    John McCubbin

    #24911

    i tried this:

    .home .headline_area {
    display: none;
    }

    but it didnt work am i on the right lines

    John McCubbin

    #24912

    i got it to work temporary by adding:

    <style>.entry-title {display:none;}</style>

    to the html of the actual page but when i went to visualizer to change anything else it dissapeared from the html/page itself when i preview’d it is there a way to stop the code from vanishing

    John McCubbin

    #24913

    Got it for anyone else with this problem i found the page id in browser found this line:

    <body class="home page page-id-672 page-template-default logged-in admin-bar custom-background two-col-left two-columns">

    and in custom css put:

    #post-672 .entry-title
    {
    display:none;
    }

    John McCubbin

    #24914

    although when i did this i noticed the print button for this page isnt working do you know how to fix this

Viewing 7 posts - 1 through 7 (of 7 total)

  • You must be logged in to reply to this topic.