Social media in header

Hi.
We are working on this page: www.test.blommenhofutbildning.se
I am wondering if it is possible to remove the social media icons in the header but keep them in the footer.

Tomas

Hey Tomas,

A quick way to remove the social icons in the header is by using this custom CSS:

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

The best solution however is to remove the <?php x_social_global(); ?> line in _topbar.php. You can override the Topbar template file by copying it from /pro/framework/legacy/cranium/headers/views/global to the same folder structure in your child theme. For more details about customizing X or Pro, please see https://theme.co/apex/forum/t/customizations-best-practices/205

Hope that helps.

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