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.
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