Is it possible to change head of pages?

Discussion in 'RoadFighter WordPress Theme' started by mouseclubhouse, Jun 25, 2015.

  1. mouseclubhouse

    mouseclubhouse Member

    Joined:
    Jun 17, 2015
    Messages:
    31
    Likes Received:
    0
    On all my pages (except the home), it shows my menu and logo in front of a gray background. Is there a way I can change that header color, or even better, change the header background to a photo?
     
  2. 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: #303030 url( your background image URL ) center repeat-y;
    }
    It will resolve your issue :)

    Thanks,
    Praveen
     

Share This Page