Change footer color-cbshanley

Discussion in 'Cloriato WordPress Theme' started by cbshanley, May 28, 2014.

  1. cbshanley

    cbshanley Member

    Joined:
    Apr 24, 2014
    Messages:
    76
    Likes Received:
    0
    I'd like to change the footer color - can you please send me the code to do that? Color will be a teal
     
  2. Piyush

    Piyush Support Staff

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

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .footer-content .footer_wrap {
    background: teal;
    }
    .footer-content .footer-glow {
    background: teal;
    } 
    In place of "teal" you can put your color or color code.
    This will solve your issue.
     

Share This Page