Tagged: enfold, social icon
Hi gents,
I would like to change the roll over colour of the e-mail icon in Enfold.
I found this, but I think there might be more magic involved:
#top .avia-icon-list .iconlist_icon {
background-color: #d73119;
}
Thankyou
Hi,
You can change the hover effect using this
#top .social_bookmarks_mail:hover a{color:#fff; background-color:#9fae37; }
Change the colors.
Regards,
Ismael
Thanks again, damn, you guys are smart : )