• Hi,
    I love your theme! I don’t have a link to share b/c i’m designing on a local server right now. I have 2 questions–

    1) How can i remove the page title on only certain pages…(not home)

    2)I used the code below to remove the title bar from the home page, However, there is still a very thin white line between the menu and my header image… please advise!

    #header-text-nav-wrap {
    display:none;
    }

    Thank you!

    Tamar

Viewing 1 replies (of 1 total)
  • luisthegeek

    (@luisthegeek)

    1) How can i remove the page title on only certain pages…(not home)

    In order to do this, you will need the page ID for each page that you want to remove the title for.

    To get the page ID you can use a plugin like this one Reveal IDs

    Once you have the page IDs for each page, you will want to go to Customize > Additional CSS and add the following code for EACH page.

    .post-XX .entry-title {
    	display: none;
    }

    *be sure to replace XX with the page ID

    2)I used the code below to remove the title bar from the home page, However, there is still a very thin white line between the menu and my header image… please advise!

    To determine what you need to do here, it depends on your header settings. please post a link to your site or tell us what you have marked under Customize > Header Options > Main Header Position

Viewing 1 replies (of 1 total)
  • The topic ‘Remove only some page titles’ is closed to new replies.