Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #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,
    Hamid

    #662206

    Hey!

    You should go to Appearance > Editor and place the code in functions.php file of your child theme.

    Best regards,
    Yigit

    #662326

    Thanks,

    But the animation is not working, does it need any css code?

    Thanks,
    Hamid

    #662493

    Hi,

    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,
    Yigit

    #662650

    Hi,

    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,
    Hamid

    #663465

    Hello,

    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,
    Hamid

    #663479

    Hey!

    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,
    Yigit

    #691276

    Hello,

    The code provided above for hover color is disabled once I updated the theme. Could you double check it?

    Thanks,
    Hamid

    #691493

    Hi 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

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.