Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #582166

    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

    #582699

    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

    • This reply was modified 8 years, 9 months ago by Vinay.
    #582728

    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

    #583372

    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

    • This reply was modified 8 years, 9 months ago by Vinay.
    #583498

    Thankyou very much Vinnie, that works!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Houzz Fontello custom icon behavior’ is closed to new replies.