• Hi!

    My site is: Balgaard.com

    As you can see my blog’s tittle is repeated twice (logo and above) I want to hide or remove lower one. I see is called with page header, I have it on hide option but i cannot see anything related on tittle.

    There is any solucion without modify your themes?

    Thx!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    You can try to add this custom CSS:

    body .home .page-title {
    display: none;
    }

    This should keep the other page titles in the site visible.

    Hope this helps.

    Thread Starter sieg89

    (@sieg89)

    thanks! but this code doesn’t hide it :/ i’ve tried to make it important, but don’t solved…

    BUT..! I’ve found it on index.php

    line 54 (or near) $page_header_title = get_bloginfo();

    Actually i have it commented until I see a cleaner thing…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘remove site page tittle’ is closed to new replies.