How to change Social Media Icon size

Hi there,

Could you tell me how I can make my Social Media buttons larger? They are much too small on my website!

http://s317437026.websitehome.co.uk/

This is a second navigation bar on the bottom of each page. Also the words HOME and LOGIN are much too small.

Thank you for reading this!

Tracy

Hello Tracy,

Thanks for asking. :slight_smile:

Please add following CSS under X > Theme Options > CSS:

.x-colophon.bottom .x-nav li a {
    font-size: 16px;
}

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

Here are some related links for further reading:

Hope this helps.

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