Make social icons bigger

how can i make social media icons bigger in the footer?

Hi @fortknoxusa,

Thank you for reaching out to us. To make the social icons bigger in the footer just add the following code in the Theme Options > CSS:

footer.x-colophon.bottom .x-social-global a {
    font-size: 35px;
}

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.