Hi
How can I remove the social icons from the socket and add them to the footer section? I read some of the responses here on the forum but I don’t seem to be able to make it work with those suggestions.
Thank you
June
Hey june,
Thank you for using Enfold.
You need to modify the footer.php file in order to do that. Look for this code around line 163:
if(avia_get_option('footer_social', 'disabled') != "disabled")
{
$social_args = array('outside'=>'ul', 'inside'=>'li', 'append' => '');
echo avia_social_media_icons($social_args, false);
}
Move it inside the footer container.
Best regards,
Ismael
Thank you Ismael! I have sorted it out.
June