October 4, 2014 at 5:48 am
#17041
Theme Horse Support Team
Keymaster
Hi Grafixer,
We have designed our theme this way. So you need code customization for it. We recommended not to change the code because if you change the code then while updating to our new version all your customisation code will be lost. So better make child theme and first unhook the functions and the edit the code.
http://codex.wordpress.org/Child_Themes
The file is inside the clean retina pro -> library -> structure -> footer-extension.php
remove it
add_action( 'cleanretina_footer', 'cleanretina_socialnetworks', 20 );
add this
//add_action( 'cleanretina_footer', 'cleanretina_socialnetworks', 20 );
Then after it your footer social link will not be displayed.
Thank you!