Bigger Social Icons In Header

How do I make the social icons larger above logo?

Hi @MichaelAnthonyMurray,

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

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

I found out the selector part of the CSS code using the Google Chrome browser developer toolbar. If you are interested in the Font Size property you can read more about that here.

Thank you.

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