Background image size for pages

Discussion in 'RoadFighter WordPress Theme' started by gtscustom368, Jul 24, 2013.

  1. gtscustom368

    gtscustom368 New Member

    Joined:
    Jul 16, 2013
    Messages:
    3
    Likes Received:
    0
    What is the exact dimensions for the background image in that top bar for pages? Not the homepage slider...but just the band across the top of individual pages.

    Thanks!
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,
    It don't have the fixed size.
    If you want to change the background image then paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .header_container.not_home{
    background:url( Enter the URL address of your background image);
    }
    This will solve your issue.
     

Share This Page