How to change the size of the social icons

How can I change the size of the social media icons in the bottom from the template?
Thanks

Hi @infrarrojo,

Thanks for writing in.

You can use this code below in your Custom CSS:

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

The code above will adjust the size of your footer social media icon.

Hope it helps. Let us know how it goes.

Thanks.

1 Like

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