Footer Menu Links

Best WordPress theme for festivals or other events with responsive, clean and unique design.
GK User
Wed Oct 02, 2013 8:23 am
Where do I find it to edit the links' color and hover color and also the links under the LOREM IPSUMs in the Footer or the bottom of the page?
User avatar
Expert Boarder

GK User
Wed Oct 02, 2013 9:20 am
Hi,

Use this code in Fest/css/override.css file (first enable this option in Dashobard -> Template Options -> Advanced tab)
Code: Select all
#footer-menu li a {
   color: yourcolor;
}

#footer-menu li a:active,
#footer-menu li a:focus,
#footer-menu li a:hover {
   color: your_hover_color;
}


and this code for the bottom area:
Code: Select all
#gk-bottom-wrap a {
   color: yourcolor;
}

#gk-bottom-wrap a:active,
#gk-bottom-wrap a:focus,
#gk-bottom-wrap a:hover {
   color: hover_color;
}
User avatar
Moderator


cron