Hi, I am trying to figure out how to use an alternative icon for the thumbnail mouse over:
Where is this icon located, and if this can be changed to a custom one? many thanks!
Hi kudesign!
In the functions.php file look for this line:
$avia_config['font_icons'] = apply_filters('avf_default_icons', array(
This starts the list of all of the icons that are used for the various theme functions. You can replace the icon number or upload your own and then replace the font type name and the number from your own font.
See this for how to add your own font: http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/
Cheers!
Devin