Footer Color

Discussion in 'RoadFighter WordPress Theme' started by satinfeather99, Jul 16, 2013.

  1. satinfeather99

    satinfeather99 Member

    Joined:
    Mar 5, 2013
    Messages:
    72
    Likes Received:
    0
    Hi I would like to change the footer color where the logos are from light green to black.

    Thank you. the bottom green footer is ok Thankssolditclosedit.com/
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer_container {
    background: grey;
    }
    Inplace of "grey" you can put your color or color code.
    This will solve your issue.
     

Share This Page