Remove heading

Discussion in 'Infoway WordPress Theme' started by profilewingman, Oct 17, 2013.

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

    profilewingman New Member

    Joined:
    Jun 5, 2013
    Messages:
    9
    Likes Received:
    0
    Hello! Love infoway, just don't like the heading being repeated in the text. (The heading that is under the grey bar). I used this in my CSS and got rid of it:

    .heading_container {
    display: none;}

    However, I would like the rest of the text and images on my page (default page) to take the space of the heading as there is nothing there and would like to "buy back" the space I lost by getting rid of the header. Please advise how I can do this in my default template. You can see especially the issue on my services page:

    http://www.profilewingman.com/services/

    As you can see I have a gap between the navigation and the first line of text. It would be great to get that space back so my full services graphic can be viewed instantly without a need to scroll.

    THANKS!
     
  2. Gourav

    Gourav Support Staff

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

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .heading_wrapper {
    display: none;
    }
    .fullwidth {
    margin-top: 0px;
    }
    .fullwidth h1 {
    margin-top: 10px;
    }
    
     
  3. profilewingman

    profilewingman New Member

    Joined:
    Jun 5, 2013
    Messages:
    9
    Likes Received:
    0
    Wow, works like a charm!!! Thank you sooooo much!
     
Thread Status:
Not open for further replies.

Share This Page