Changing just the bottom background color of the footer

Discussion in 'ColorWay WordPress Theme' started by johnonlineuk, Apr 15, 2013.

  1. johnonlineuk

    johnonlineuk New Member

    Joined:
    Mar 14, 2013
    Messages:
    24
    Likes Received:
    0
    I want to change the footer to match the Colors of my logo- could your provide the code for changing the Colors of. The top background section to red and the bottom background section to grey. Thanks
     
  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:
    .footer-container{
    background:red;
    }
    .footer-navi{
    background:red;
    }
    Inplace of "red" put your color code.
     

Share This Page