How to hide social icons in top bar?

Hi Team,

I noticed that when the topbar is enabled, it’s automatically showing social icons. Is there a neat way to prevent this?

Kind regards,

Hugo

Hey Hugo,

Regretfully, there’s no option to hide the social icons as it’s a common feature of websites.

You can hide it by adding the following code in Theme Options > CSS.

.x-topbar .x-social-global {
    display:none;
}

Please just note that providing custom CSS is beyond the scope of theme support. If you need more header customizations, please consider upgrading to Pro so you’ll have a Header and Footer builder which will allow you to create header and footer designs beyond what’s offered in X. For more details, please see https://theme.co/docs/converting-from-x-to-pro

Thanks.

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