Removing Page Titles

Discussion in 'GoldenEagle WordPress Theme' started by fandom, Aug 24, 2013.

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

    fandom New Member

    Joined:
    Aug 24, 2013
    Messages:
    3
    Likes Received:
    0
    Hi, I am trying to get read of the H1 headings on each page that I create. Some of my pages have banners and it looks silly with the headers.

    I've managed to remove the dashed lines, and centre the headings to make it look a little better, but I just want rid of them full stop, but cant fathom how.

    Any help would be greatly appreciated.
    Victoria
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Can you please explain your problem with the help of screenshot, what you want to remove, so that we can give you the exact solution
     
  3. fandom

    fandom New Member

    Joined:
    Aug 24, 2013
    Messages:
    3
    Likes Received:
    0
    Hi! Sorry I didn't think to do that. How silly!

    So I want to remove the little title that automatically comes up when you fill in the page name so that it isn't there at all - as you can see it looks a little silly with my big banner.
    I also want it to be so that the great big white space between the header and what I put as my own title disappears. However, I need to keep the page in the menu bar.
    I'm hoping that this is a really easy fix?

    Regards,

    Victoria
    [​IMG]
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-content .fullwidth h1.page-title {
    display: none;
    }
    .page-content .content-bar h1.page-title {
    display: none;
    }
    This will solve your issue.
     
  5. fandom

    fandom New Member

    Joined:
    Aug 24, 2013
    Messages:
    3
    Likes Received:
    0
    Fantastic! That worked a treat. Thank yo so much!
     
Thread Status:
Not open for further replies.

Share This Page