Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #710249

    When i use Avia for listing articles with article gallery or press article etc i get this icon, don’t know where and how to change, and why it appear?

    screenshot

    thank you

    #710266

    Hey marco3253!

    Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/

    Cheers!
    Yigit

    #710290

    I should copy this:

    add_filter(‘avf_default_icons’,’avia_replace_standard_icon’, 10, 1);

    function avia_replace_standard_icon($icons)
    {
    $icons[‘standard’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue915’);
    return $icons;
    }

    into function.php in the child folder? (i’m using a child theme)

    #710295

    Hi!

    Yes, you can add the code to your functions.php file in Appearance > Editor

    Regards,
    Yigit

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