August 5, 2013 at 8:05 am
#2993
Rabin Shrestha
Participant
Hi tashi,
If you want to remove the social links from header and only want to keep it in footer, you can copy and paste this CSS below in your custom css box
#branding .social-profiles{
display:none;
}
Then click Save All Changes
Rabin