April 24, 2015 at 5:50 am
#24310
Theme Horse Support Team
Keymaster
Hi ekke419,
Sorry! To activate the widget in top social profile area and to remove the link for telephone number it need code customization because its new features to be add. You have to hire a developer for this.
But you can make social icon bigger to do that Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.social-profiles ul li a {
font-size: 22px;
}
.social-profiles ul li {
margin: 6px 0 0 10px;
}
Thank you!