Hi guys, I did the php edition for adding the fontello icon and works well
http://kriesi.at/documentation/enfold/custom-social-icons/
But the thing that this new Houzz icon doesn’t have the same color behavior than the rest of social icons.
You can watch this is my page: http://rvarq.com/
I’d like to have the same behavior as http://bell-la.com/
Best regards.
Nicolás
Hi nicolasweh!
There are 2 types of social icons one in the sidebar and the other in the footer which one would you like the social icons on the header to look like ?
Regards,
Vinay Kashyap
Hi Vinnie, thanks for the reply, I just want the Houzz icon of the top header works the same as the rest.
onmouseover event: with blue box color and onmouseout event: without blue box color.
Thanks and regards.
Nicolás
Hey!
To change the hover state of the houzz icon so that it looks similar to the others please add the below code to Enfold > General Styling > Quick CSS or to your child theme CSS.
.social_bookmarks_houzz a:hover {
color:#FFF!important;
background:#34bf49!important;
}
.social_bookmarks_houzz a:hover:before {
color:#FFF!important;
background:#34bf49!important;
}
Best regards,
Vinay Kashyap
Thankyou very much Vinnie, that works!