hi,
how can i target these to change the color in the CSS?
example is the Linkedin icon… would like it to change color on rollover.
http://b3e.cf9.myftpupload.com/team/
also – is there a way to have a title with the inline style?
thanks
j
.av_font_icon [data-av_icon=""]:hover {
color: #4875B4 ! important;
}
For all linkedIn icons
And what is it about the inline style of title?
thank you!