Link Colour in Footer Section

Discussion in 'Figero WordPress Theme' started by axel, Jun 18, 2013.

  1. axel

    axel New Member

    Joined:
    May 16, 2013
    Messages:
    9
    Likes Received:
    0
    Where can I change the link colour in the footer widget area (for e-mail link)?
    Thanks for the help.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    .footer {
    color: your color value;
    }
    .footer a {
    color: your color value;
    }
    It will work, If not then please do let me know your website link.
     

Share This Page