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?
