Remove Header Wrap

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1619
    ant1225
    Member

    Hello,

    I am reaching out to you to request help in removing the wrapper on top of each page that contains the name of the page. What I am trying to remove can be seen in the image below, it is in red brackets. I want to remove the bar itself and the title. For example, in the image below, the first thing I want to see after the logo is the part that reads “Our Mission”

    I have tried numerous times to do it myself trough the css file but no luck. Help?

    Thank you,
    Anthony

    #1655
    livemesh
    Keymaster

    The best way and most flexible way to handle this to be have some data entered into the Custom Header Options area as shown below –

    https://docs.google.com/file/d/0B9j6FQo4cSQFRkFJcjhwbzhaWTQ/edit?usp=drivesdk

    This way you won’t need any CSS to replace the default title area.

    For custom CSS to replace default header in any page with no custom header specified, you can use the following in Custom CSS tab in options panel (with the page id changed) –

    .page-id-472 #before-content-area-wrap {
    display: none;
    }
    
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Enigmatic Theme Support’ is closed to new topics and replies.