Footer Color Change

Discussion in 'SwiftRay WordPress Theme' started by landitollig, Jul 23, 2015.

Thread Status:
Not open for further replies.
  1. landitollig

    landitollig New Member

    Joined:
    Feb 15, 2013
    Messages:
    24
    Likes Received:
    0
    Good evening,

    I am considering building a website on the SwiftRay Theme. But all the footers are green. Is there some way that I can make the footer color a light grey?

    Hope you can help!
    Landi
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi Landi,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .footer {
        background: #CED0D3;
    }
    .footer_bg {
        background:#CED0D3;
    }
    Please change background color according to your requirement.

    Thanks,
    Praveen
     
  3. landitollig

    landitollig New Member

    Joined:
    Feb 15, 2013
    Messages:
    24
    Likes Received:
    0
    Thank you so much Praveen! I appreciate it!

    Kind REgards
    Landi
     
Thread Status:
Not open for further replies.

Share This Page