header image on secondary pages

Discussion in 'RoadFighter WordPress Theme' started by sylviaz, Jan 20, 2015.

  1. sylviaz

    sylviaz New Member

    Joined:
    Jul 24, 2014
    Messages:
    2
    Likes Received:
    0
    I thought that the header image on the secondary pages could be changed under the theme options. Where can I change that? I noticed that on my monitor versus my laptop, there are gray edges on either side of the picture. Plus I need to replace the picture and. I cannot find where to replace this. Maybe I did some custom CSS. Not sure.

    http://181.224.137.67/~academy6/about-us/ - so it is the image above of the football field that I want to replace and resize. Thanks for your help.
     

    Attached Files:

  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

    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(images/header-bg.png) center;
    }

    Please use URL of image in palce of images/header-bg.png if you want to change the image.


    Thanks & Regards
    Pramod
     

Share This Page