How do I change the footer color?

Discussion in 'Compass WordPress Theme' started by crystal0811, Nov 23, 2014.

  1. crystal0811

    crystal0811 Guest

    Joined:
    Jun 14, 2012
    Messages:
    204
    Likes Received:
    9
    Hi! My client wants to change the color of the footer. She will most likely change it to a lighter grey, but it would be nice if I could try multiple colors. Please tell me how I can do this. :)

    Crystal

    http://cyndistrid.com/
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello Crystal,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer {
    background: #000;
    }
    You can write your color/color code in above code then use this code.

    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page