Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #375168

    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?

    #375174

    Hey thecszone!

    Please add following code to Quick CSS

    .phone-info h6 b a:hover {
    color: orange!important;
    }

    Cheers!
    Yigit

    #375185

    Thanks, works perfectly!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Link in header change color with mouseover’ is closed to new replies.