Social media icons on the top of the page

Posted in: Newspaper
Post count: 66

Is there any way to make the social media icons bigger on the top menu?

Post count: 20688

Hi,

There is no option in the theme for this, but you can try a code like this one
https://www.screencast.com/t/e9kMlrpD1
It will increase the font size just for the socials displayed in the top menu (you can set the size you want in the code)

.td-header-sp-top-widget
.td-social-icon-wrap
.td-icon-font {
font-size: 18px;
}

Enter it in Theme panel->Custom Css section.

Thanks

Post count: 66

Cheers

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