change logo text color

GK User
Thu Oct 09, 2014 7:53 pm
Curious how to change the color of the logo text... would like the color to be white then change when you rollover it.

Thanks-

Branden
User avatar
Junior Boarder

GK User
Thu Oct 09, 2014 9:50 pm
Hi,
Try this:
Code: Select all
#gk-logo-text > span {color: white;}
#gk-logo-text > span:hover { color: blue;}
User avatar
Platinum Boarder

GK User
Fri Oct 10, 2014 2:41 am
Awesome Thanks!!!
User avatar
Junior Boarder


cron