Change colour of footer

Discussion in 'Themia WordPress Theme' started by olivia, Jun 20, 2013.

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

    olivia New Member

    Joined:
    May 24, 2013
    Messages:
    9
    Likes Received:
    0
    Hello,
    Can you help me how to change the colour of the footer in grey instead of black?
    Thanks.
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .footer_bg{
    background:black;
    }
     
  3. olivia

    olivia New Member

    Joined:
    May 24, 2013
    Messages:
    9
    Likes Received:
    0
    Hello,
    Great, thanks!
    Can you tell me how to remove/change the color from the block in the footer (HOME ect.)
     
  4. Gourav

    Gourav Support Staff

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


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

    Code:
    .footer .footer_menu li{
    background:none;
    }
     
  5. olivia

    olivia New Member

    Joined:
    May 24, 2013
    Messages:
    9
    Likes Received:
    0
    Thanks!
     
Thread Status:
Not open for further replies.

Share This Page