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?
thank you
Hey marco3253!
Please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Cheers!
Yigit
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)