Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1019180

    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

    #1019515

    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

    #1019898

    Thank you Ismael! I have sorted it out.
    June

    #1020131

    Hi,

    Great! Let us know if you need anything else. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘social icons’ is closed to new replies.