I posted this yesterday afternoon, but when I check my account for replies it is not posted. I apologize if it shows up twice.
I have added text in my header with a link in the header using your earlier information. Below I have listed the code put in the theme functions and in my custom css. I want to have this link change font color with mouse over. Can you tell me how to do this?
Hey thecszone!
Please add following code to Quick CSS
.phone-info h6 b a:hover {
color: orange!important;
}
Cheers!
Yigit
Thanks, works perfectly!