Header Grey. How to remove?

Discussion in 'RoadFighter WordPress Theme' started by olegoericke, Jan 31, 2015.

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

    olegoericke New Member

    Joined:
    Jan 30, 2015
    Messages:
    1
    Likes Received:
    0
    Hello! I want to remove this grey Header. So the slider image gets the position like advetised.
    Quadratbad.de
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi olegoericke,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .header_container.not_home {
    min-height: 0 !important;
    }
    @media only screen and (max-width: 480px){
    .header_container.not_home {
    min-height: 0 !important;
    }
    .home_container {
    margin-top: -270px;
    }
    }
    @media only screen and (max-width: 767px) and (min-width: 480px){
    .header_container.not_home {
    min-height: 0 !important;
    }
    }
    Thanks,
    Praveen
     
  3. bjallen

    bjallen New Member

    Joined:
    Mar 2, 2012
    Messages:
    6
    Likes Received:
    0
    Thank you for that. It makes my home page look great, but now unfortunately my other pages have the page text starting right at the top and the menu bar is covering up part of the test. How can I fix this?

    http://sproutbizseminars.com/workshops-seminars/
     
  4. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello Bjallen!

    Please send us your website wordpress login details at [email protected] along with thread link.

    Thanks,
    Praveen
     
  5. bjallen

    bjallen New Member

    Joined:
    Mar 2, 2012
    Messages:
    6
    Likes Received:
    0
    Praveen,

    I sent all the information via email as you requested - about 8 hours ago. I also included a question about how to fix the way my site looks on a phone - it looks awful. Looking forward to your reply.

    Thanks
    BJ
     
  6. gwindylyn

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    Is this issue because of the new Wordpress update? My site is doing the same thing with the big grey header . . . would love to get it fixed!
     
  7. gwindylyn

    gwindylyn Member

    Joined:
    Mar 16, 2013
    Messages:
    47
    Likes Received:
    1
    I figured it out. Thanks!
     
Thread Status:
Not open for further replies.

Share This Page