December 3, 2021 at 8:19 am
#94606
Theme Horse Support Team
Keymaster
To hide the Social icons on top info bar, Please go to ‘Appearance > Customize > Header’ and ‘ON’ the option ‘Hide Social Profiles’.
and hiding option on footer is only included on Premium Version. Still if you want to hide on footer then please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS code.
.site-info .social-profiles {
display: none;
}
Thanks