Grey bar on sub pages

Discussion in 'RoadFighter WordPress Theme' started by jivingjuniors, Jul 11, 2013.

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

    jivingjuniors New Member

    Joined:
    Jul 8, 2013
    Messages:
    15
    Likes Received:
    0
    Hi, How can I remove the grey bar on the pages after the homepage? Is it possible to get a full image behind the nav like on homepage?
    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:
    .header_container.not_home{
    background: url(Enter your image address here);
    }
    This will solve your issue.
     
  3. jivingjuniors

    jivingjuniors New Member

    Joined:
    Jul 8, 2013
    Messages:
    15
    Likes Received:
    0
    Brilliant I will give this a go.
     
Thread Status:
Not open for further replies.

Share This Page