Social Media Icons-Size_Mobile Menu

Posted in: Newsmag
Post count: 20

How can I change the size of the social media icons in mobile menu?

Thanks,

Post count: 23312

Hi,

You can try using the code below and place it in Theme panel -> Custom CSS Area.

@media(max-width:767px){
#td-mobile-nav .td-social-icon-wrap i {
font-size: 20px;
}
}

The result is here -> https://www.screencast.com/t/8m9e5QhqB

Thank you!

Post count: 20

Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newsmag’ is closed to new topics and replies.