Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Custom social media icon not showing #946228

    Hi Ismael,

    I have amended that code as suggested, and it works! thank you so much – this is why I’m on my 4th website build using this theme – excellent support as ever!

    Many thanks

    Danielle

    in reply to: Custom social media icon not showing #945328

    Hi Ismal,

    Thank you for getting back to me – much appreciated. The theme functionc.php file was added to via the server – this code added:

    // Register new icon as a theme icon
    function avia_add_custom_icon($icons) {
    $icons[‘calendar’] = array( ‘font’ =>’fontello’, ‘icon’ => ‘ue85b’);
    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’] = ‘calendar’;
    return $icons;
    }
    add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);

    And then the following code in css:
    #top #wrap_all .av-social-link-calendar:hover a{
    color:#ffffff;
    background-color:#52565c;
    }

    Thanks

    Danielle

    in reply to: Custom social media icon not showing #945166

    Hi, can anyone help with this please?

    Many thanks

    Danielle

Viewing 3 posts - 1 through 3 (of 3 total)