Social Icons – Specifically the mail icon that appears in the top right hand corner of my page:
http://www.spokenorigins.com, any way to change the color it illuminates when hovering over it. Currently the color is a weird green and I’d like to change the color.
Also, anyway to change the same colors that illuminate when hovering over all other social icons?
Thank you in advance,
Lin
Hi OriginsSpeak!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top #wrap_all .av-social-link-mail:hover a {
color: #fff;
background-color: red;
}
Cheers!
Yigit
Hi Yigit,
Would you please confirm where I’m to insert the quick code. I tried as you instructed and the changes were not made. Thank you!
This is what I inserted:
“#top #wrap_all .av-social-link-mail:hover a {
color: ##00ab9d;
background-color: ffffff;
}”
Of course leaving out the “
Never mind, I see my error. Thank you, it worked :)