Changing Footer Color and Background

Discussion in 'SwiftRay WordPress Theme' started by landitollig, Jun 9, 2014.

  1. landitollig

    landitollig New Member

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

    How can I change the footer color of the Swiftway theme. In all the options it is a green color and I want it another color (maybe a light grey).

    And will I be able to load another background image, like just white. I do not like the 'wooden' look.

    Thank you!
    Kind Regards
    Landi


     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,
    1.

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    .footer_bg {
    background: lightgrey;
    }
    2. Go to
    Appearance > Theme Option > General Settings > Body Background Image
    and upload your image from there.


    Thanks & Regards
    Gourav Shrivastava
     

Share This Page