Set hover color

GK User
Tue Mar 22, 2016 5:04 pm
Hi,

I'm trying to set the a:hover color in override.css for the doctor names listed at www.TheEyePlace.com/#schdedule

Currently they are white. Any other color would be fine.

I appreciate your help!

Brian
User avatar
Fresh Boarder

teitbite
Sat Mar 26, 2016 11:26 am
Hi

Here is a code where You will be able to set it for those links only:

Code: Select all
#gkBottom1 .box.parallax a:active,
#gkBottom1 .box.parallax a:focus,
#gkBottom1 .box.parallax a:hover {
    color: #fff;
}
User avatar
Moderator

GK User
Sat Apr 09, 2016 4:43 pm
Perfect solution - thank you
User avatar
Fresh Boarder


cron