How to replace the grey header of secondary pages with color or image

Discussion in 'RoadFighter WordPress Theme' started by bernz, Mar 3, 2014.

  1. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    Hi I would like to know how would I replace the grey header of secondary pages with color or an image if I needed to?

    Thank you.

    Ben
     
  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:red;
    }
    Inplace of "red" put your color code.

    Thanks & Regards
    Gourav Shrivastava
     
  3. bernz

    bernz Guest

    Joined:
    Dec 28, 2011
    Messages:
    49
    Likes Received:
    1
    And if I wanted to add an image in that area is there away to that?

    Thank you.
     
  4. 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');
    }
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page