Tagged: social icon
Hey Jan!
It seems like you have already figured it out! You can add following code to Quick CSS in Enfold theme options under Styling tab if you would like to stop logos from moving on hover
#top .social_bookmarks li a { -ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
transition: none; }
Best regards,
Yigit
Is there anyway to find out how this was done? I need to add a TripAdvisor icon and think it would be the same markup.
Thanks -Lynn
Hi!
@lynnr321 can you post the link to your website so we can see what kind of header you are using?
Regards,
Yigit
Sure, sorry, I thought it was a generic question to the theme.
The website is at:
http://socialenergizer.com/new-wordpress/
Thanks -Lynn
Hey!
You can follow the steps from this post on adding your own custom social icons: https://kriesi.at/support/topic/adding-custom-social-icons/#post-170356
Cheers!
Devin