The function will have to be added in wp-content/themes/kleo-child/functions.php
COPY CODE
//Change the hover on portfolio
add_action('after_setup_theme','kleo_my_member_data');
function kleo_my_member_data()
{
global $kleo_config;
//this is the details field, right now it take the "About me" field content
$kleo_config['image_overlay'] = '<span class="hover-element"><i>Aaa</i></span>';
}
Replace aaa with your desired icon or character
Cheers
R
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution