badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Social logo size and Phone Contact link removal

#24310

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!