By Dennis Ratliff on Sunday, 27 July 2014
Posted in General Issues
Likes 0
Views 534
Votes 0
Hi
I need to overide the default link hover color in easy social by placing it in my template custom.css file but I can not find the class in easy social css.
What css file is it in and what is the class name?
Thanks
Hello Frances,

You shouldn't be using a class name as a selector for hyperlinks. Instead, you should use the a selector to style your links. Depending on where you want to style these links, you could add the css codes like this,


#fd a:hover {
color: #000;
}
·
Sunday, 27 July 2014 12:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks
·
Sunday, 27 July 2014 19:45
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Sunday, 27 July 2014 23:09
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post