Change link color in footer columns

Discussion in 'Woodberry WordPress Theme' started by mobilitymojo, May 29, 2013.

  1. mobilitymojo

    mobilitymojo New Member

    Joined:
    Apr 25, 2012
    Messages:
    12
    Likes Received:
    0
    I'm working with the Woodberry theme and the default link color in the footer columns doesn't show up against the background. Please tell me how to change that link color.

    www.trojanbandanderson.com
     
  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:
    .textwidget a {
    color: your color value;
    }
     

Share This Page