size of the social icons: how to make them bigger?

Posted in: Newspaper
Post count: 42

hello,
is there any easy way to make the theme’s social icons (the standard-ones at the bottom of the page which have a hover-effect, like f.e. a black fb-button turning blue while hovering above) simply bigger? they are so tiny.
I tried a few css-alternatives to no avail.
would I have to exchange any icon-image to have them bigger? if: where are they?

thanks a lot

Post count: 20688

Hi,

You could do that using this custom code to make the social icons bigger, just enter it in Theme panel->Custom Css

.td-footer-wrapper
.td-social-style-2
.td-icon-font {
font-size: 20px;
}

With this result – https://www.screencast.com/t/MYE2omccuag
Also there are some options available in the theme panel to change the color and hover on these social icons – https://www.screencast.com/t/D2kEjyxZC

Thanks

Post count: 42

Thanks a lot!

Post count: 187

How about making the social icons at the top larger? Thanks

Post count: 187

All good. found it in another thread. thanks 🙂

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