By Thomas on Friday, 27 June 2014
Posted in Technical Issues
Likes 0
Views 829
Votes 0
Hi guys,

I need to change the color for a hovered link. I could change the color of the links itself but I don't have a clue where to change the hover color... Can you please help me with that?!


regards
hey thomas,
you can change the hover color with this code (just put it to your template's custom css) :


body div#fd a:hover, body div#fd a:focus, body div#fd a:active {
color: black;
}


just change "black" to the color you'd like to use. hope that helps and have a nice day
·
Friday, 27 June 2014 18:53
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Alex,

thank you for the fast reply. That was the solution, you made my day!
·
Friday, 27 June 2014 18:58
·
0 Likes
·
0 Votes
·
0 Comments
·
you're welcome thomas,
great to hear that your issue's resolved
·
Friday, 27 June 2014 19:00
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post