Colour of Footer Links

January 2013 WordPress Theme
GK User
Fri Jul 05, 2013 11:15 am
Hi All
I'm using the WP News template and I would like to change the colour of the links in the menu at the bottom of the page. Can anyone help me do this???

Many Thanks
User avatar
Fresh Boarder

GK User
Fri Jul 05, 2013 1:29 pm
Hi,

Enable override.css file in News -> Theme Options -> Advanced Tab, then paste this code to News/css/override.css file
Code: Select all
#footer-menu a {
color: #000;
}


use own color..
User avatar
Moderator


cron