Dear Sirs
Please see https://peter-test4.co.uk/restaurant/ page. Here there menus are linked to a lightbox. Is it possible to customise the image overlay with the bell logo. I am not sure how to do this can you help please.
I would ideally want to alter this to the Bell logo as on the menu or I have uploaded a fontello icon but nt sure how to add this to the overlay?
Many tahnks
Pete
Hey condonp,
Thank you for the inquiry.
You can add this filter in the functions.php file to replace the default image overlay icon.
function avf_default_icons_mod($icons) {
$icons['ov_image'] = array( 'font' =>'entypo-fontello', 'icon' => 'ue83d');
return $icons;
}
add_filter('avf_default_icons','avf_default_icons_mod', 10, 1);
Best regards,
Ismael
Ismael,
I have tried this but does not work, can you please help
many thanks
Pete
Hi,
When I check your site I see a bell icon in the blue overlay, is this what you wanted, or did you want the logo to replace the blue circle?
Best regards,
Mike
Sorry I dont see this on the homepage if you goto tripadvisor logo below, the link icon shows the default; I have tried clearing cache etc but there is no customised bell logo. see peter-test4.co.uk. Is there some additional code needed for this type of link ??
Have found the answer can close