Ethos social icons in toolbar

Hi,

I’ve got ethos stack running and have social icons in the footer, which is great. But they also show in the toolbar, I searched and then tried this css snippet to hide them but it doesn’t have any effect.

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

Any ideas?

Hi @aminternetdesign,

Thanks for posting in.

It should work, maybe there is a broken CSS before that added CSS? Would you mind providing the site’s URL that has this issue?

Thanks!

Summary

https://swedishposture.com

Thanks, let me know.

Hey @aminternetdesign,

The code you posted in your first post should work.

There might be a syntax error in your custom CSS before you added the code maybe that’s why it doesn’t work. You can check for CSS syntax errors here.

And, here’s the code again.

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

Hope that helps.

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