Header background on other pages

Discussion in 'RoadFighter WordPress Theme' started by v4sb, Apr 27, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    The home page looks beautiful, but when you click on the subsequent pages, there is a large solid colored header. Is there a way to change this header on those subsequent pages to an image that just takes up the header space? Thanks.
     
  2. praveen

    praveen Support Staff

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

    Could you please provide us some edited screenshot of your issue so that we can assist you accordingly?
    In case you are unable to create a screenshot, you can follow the link http://www.screenpresso.com/ which will help you to create screenshot easily.

    Thanks,
    Praveen
     
  3. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    As you can see from the side by side comparison, the home page looks beautiful and I love it and I don't want to change it. The subsequent pages all have a thick, solid colored header that I don't really like. This is what I would like to change - the header on the rest of the pages of the website (excluding the home page). I would like to be able to put an image there that fits to the header section, but is also mobile and device friendly, so it will be responsive as well. [​IMG]
     
  4. praveen

    praveen Support Staff

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

    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 {
      background: url( your background-image path) no-repeat;
    }
    Thanks,
    Praveen
     

Share This Page