Tagged: fontello icons
-
AuthorPosts
-
July 18, 2016 at 6:31 pm #662187
Hello,
I have asked a question regarding adding telegram icon to the social that you referred me to the below link:
my question is in terms of using fontello’s icons, where should I put the following code?
”// Register new icon as a theme icon function avia_add_custom_icon($icons) { $icons[‘icon_name’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue800’); return $icons; } add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);
// Add new icon as an option for social icons function avia_add_custom_social_icon($icons) { $icons[‘Icon Label’] = ‘icon_name’; return $icons; } add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);”
Thanks,
HamidJuly 18, 2016 at 7:09 pm #662206Hey!
You should go to Appearance > Editor and place the code in functions.php file of your child theme.
Best regards,
YigitJuly 19, 2016 at 3:56 am #662326Thanks,
But the animation is not working, does it need any css code?
Thanks,
HamidJuly 19, 2016 at 2:11 pm #662493Hi,
Which animation is not working? Can you please post the link to your page where we can see the issue? We may need temporary admin logins as well
Best regards,
YigitJuly 19, 2016 at 5:58 pm #662650Hi,
I am trying to add a fontello icon to my social icons, I put the code in functions.php file of your child theme and now the icon is added. but the animation of hover is not working. (same as the preset logos like facebook and …). How can I add those animations?
You can see the telegram social at the top beside SoundCloud logo.Thanks,
HamidJuly 21, 2016 at 4:56 pm #663465Hello,
Anybody can help me for this issue? “#662650” (animation hover for fontello social icons)
what information should I provide?
should I add a CSS code somewhere?Thanks,
HamidJuly 21, 2016 at 5:22 pm #663479Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top #wrap_all .av-social-link-icon_name:hover a { background-color: red; color: white; }
Regards,
YigitSeptember 25, 2016 at 12:26 am #691276Hello,
The code provided above for hover color is disabled once I updated the theme. Could you double check it?
Thanks,
HamidSeptember 26, 2016 at 7:32 am #691493Hi Hamid,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top #wrap_all .av-social-link-Telegram:hover a { color: white !important; background-color: #D62424 !important; }
Change the color value as you wish.
Best regards,
Jordan -
AuthorPosts
- You must be logged in to reply to this topic.