Road Fighter: how to have the same background color for Header and Footer ?

Discussion in 'RoadFighter WordPress Theme' started by dedieo62, Apr 14, 2014.

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

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello,

    I selected the Theme Stylesheet dark-green, but I would like to have the same background-color in the Header and the Footer. Here is what happens (in attached files): Capture-header-container-not-home.JPG Capture-footer-chateau-de-serigny.JPG


    I can not have the same dark-green background-color in the footer: I have two different kinds of green.

    Here is some of my custom css:

    .header_container.not_home {
    background: green;
    }
    .footer_container {
    background: dark-green;
    }

    And I can not either to have a dark-green background for the header_container not_home.
    If I try to change background green by background dark-green for header_container, a grey background is dysplaying ?

    .header_container.not_home {
    background: dark-green;
    }
    Capture-header-container-not-home-dark-green.JPG

    So what is the right custom css code to have the same background color for Header and Footer, with the custom Stylesheet dark-green ?

    Regards,
    Dedieo62
     
  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:
     div.header_container.not_home {
    background: darkgreen;
    }
    Thanks & Regards
    Gourav Shrivastava
     
  3. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Hello Gourav,

    It works for the header! Thanks...But I allways have two different colors for the footer?

    Look: chateau-de-serigny.fr

    Regards,
    Dedieo62
     
  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:
     .footer_container {
    background: darkgreen;
    }
    .bottom_footer_container {
    background: darkgreen;
    }
    
    Thanks & Regards
    Gourav Shrivastava
     
  5. dedieo62

    dedieo62 Member

    Joined:
    Apr 11, 2014
    Messages:
    158
    Likes Received:
    3
    Location:
    France
    Great!
    Thanks a lot !

    Dedieo62
     
Thread Status:
Not open for further replies.

Share This Page