Home › Forums › WordPress Themes – Premium › Circumference › Bottom Link Color on Hover › Reply To: Bottom Link Color on Hover
April 29, 2014 at 4:30 am
#19792
Moderator
My fault with a typo…open the theme’s functions.php file and look for this:
#cir-bottom-wrapper a:hover {color:;}
Replace it with this:
#cir-bottom-wrapper a:hover {color:;}
This will be on the next theme update.