hello, you can change the icon in the galleries .. icon that appears when you hover there on the images
Hi paso70!
Yes, please refer to this post – http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Cheers!
Yigit
can you give me more help I can not understand?
how to change the icon of the post slider example … ??
sorry but I do not understand how it works
function avia_replace_standard_icon($icons)
{
$icons[‘standard’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘ue915’);
return $icons;
}
thanks
sorry for my English…
I want to change the post hover slider icon
Hi!
Please post the link to your page and point out the icon you would like to change so we can make sure that we are on the same page.
Regards,
Yigit
I’m trying it on a test web site
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: ‘\E816’!important;
font-family: ‘esopoicon’;
}
with css works :-(