Support » Themes and Templates » How to remove H1 Title from front static page?

  • Resolved eatlovepray

    (@eatlovepray)


    http://jlinnation.com/

    Is there a way I can remove / hide the Title from the front static page?

    I’m trying to remove or hide the title “FORUM“.

    I want to move the forum up. If I just leave the title out, it works, but then the nav link for forum will be removed.

    I tired using this h1:first-of-type{ display: none; } but this removes both my header logo and the title.

Viewing 2 replies - 1 through 2 (of 2 total)
  • h1.page-title.entry-title {
        display: none;
    }

    use this in a child theme.
    You can use firebug to identify the element to target

    Thread Starter eatlovepray

    (@eatlovepray)

    Thanks! I knew the element target but didn’t know how.

    You are the man!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove H1 Title from front static page?’ is closed to new replies.