Want to Change Font Color of Links

Discussion in 'Woodberry WordPress Theme' started by Eric, Jan 7, 2014.

  1. Eric

    Eric New Member

    Joined:
    Dec 28, 2011
    Messages:
    25
    Likes Received:
    1
    I'm using a plugin called WP Polices (http://wordpress.org/plugins/wp-policies/) to add a privacy and various disclaimer policies to my client's website (http://www.5star-videomarketing.com).

    My problem is that the plugin adds links to the site footer, but the font color is black and the footer is also a dark color so it's very hard to see the links. You can see the problem in this screencast:

    http://www.screencast.com/t/KxhHt68qglf

    I would appreciate it if you could send me some CSS code that would change the font color of these links from black to white.
     
  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 ul a {
    color: white;
    }
    This will solve your issue.

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page