Social icons size - Header

Hi there,
How can I increase the size if the social icons on the Header ?
Thanks in advance !

Hi Jose,

Please add the CSS code below to X > Theme Options > CSS:

body .x-topbar .x-social-global a {
    font-size: 24px;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar:

https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial:

https://www.youtube.com/watch?v=yfoY53QXEnI

Thank you.

Great !
Working now
Thanks

You’re welcome. Glad we could help.

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