How to change footer color

Discussion in 'ColorWay WordPress Theme' started by cbshanley, May 27, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    Hi,
    I want to change the footer color to a teal (#39C0C4)
    Can you please let me know how to do that?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .footer-wrapper .footer {
    background: #39C0C4;
    }
    .footer-bottom {
    background: #39C0C4;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page