How to Change The Size of Social Icons

Im looking to change the actual size of the icons that are in the footer. Can you tell me how to increase their size? Here is my website. http://on0.f76.myftpupload.com/

Hi @IRGmarketing,

Thank you for writing in, please add this to Theme Options > CSS

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

You can add color: red; if you want to change the color.

You can find the proper CSS code selector using the Chrome browser Developer Toolbar
For the CSS code itself, I suggest that you get started with this tutorial

Cheers!

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