Hello and I thank you very much for your help, another question to create the hover effect, how would the css code be or what improvement would have to be done so that all of them are the same with that effect
attached image
Hello, good day, I have reviewed the site and the code you entered is very good but now I want to add more sources and when doing it with the same code it does not show me the icons I do not know what happens since when importing new sources it shows them but in social networks it does not It shows them attached images as evidence as well as the code
https://photos.app.goo.gl/XTMzcfys41T3zhUS9
https://photos.app.goo.gl/MmUocaxfw7SdReXG8
https://photos.app.goo.gl/vnDm938Mpo22JMrK7
// Register new icon as a theme icon Dailymotion
function avia_add_custom_dailymotion_icon($icons) {
$icons['Dailymotion'] = array( 'font' =>'dailymotion', 'icon' => 'ue800');
return $icons;
}
add_filter('avf_default_icons','avia_add_custom_dailymotion_icon', 10, 1);
// Add new icon as an option for social icons Dailymotion
function avia_add_custom_dailymotion_social_icon($icons) {
$icons['Dailymotion'] = 'dailymotion';
return $icons;
}
add_filter('avf_social_icons_options','avia_add_custom_dailymotion_social_icon', 10, 1);
Thank you
