Height between menu bar and page content

Discussion in 'BlackBird WordPress Theme' started by morris29, Jan 20, 2013.

Thread Status:
Not open for further replies.
  1. morris29

    morris29 Member

    Joined:
    Dec 31, 2012
    Messages:
    59
    Likes Received:
    2
    How do I reduce the height between the menu bar and the page content? The height is so much and I would like to reduce it look like that of the homepage.

    I particularly don't like the "page name" which is already on the menu to appear again on the page thereby increasing the height between the menu bar and the content.

    My site is: www.bexleytutors.com

    morris29
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .page-heading h1 {
    display: none;
    }
    It will solve your issue.

    Thanks and regards,
    Piyush
     
  3. morris29

    morris29 Member

    Joined:
    Dec 31, 2012
    Messages:
    59
    Likes Received:
    2
    Thanks very much. Awesome!
     
Thread Status:
Not open for further replies.

Share This Page