Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #426497

    Hi team,

    how can I tell the enfold to show only selected social icons in the header?

    In the footer, all my social icons can be shown.

    Thanks and cheers,
    Jan :)

    #426498

    Hi Jan!

    If it works for you, we can post you custom CSS code to hide some of the social icons only in the header. We are going to need to see the site you are working on :)

    Regards,
    Yigit

    #426511

    Hey Yigit,

    thanks! And sure. It’s my site :)

    http://www.webigami.de

    Jan :)

    #426517

    Hey!

    You can add the code to Quick CSS as following

    #header .social_bookmarks_twitter {
      display: none!important;
    }

    and adjust for other social icons you would like to hide from header :)

    Cheers!
    Yigit

    #426537

    Hey Yigit,

    great, thank you!

    But now I deactivated “shrinking header” and it doesn’t work anymore. Do I have to change “#header” to something else?

    Thanks,
    Jan :)

    #426541

    Hey!

    No, it should work fine Jan :)
    Do you mind creating a temporary admin login and posting it here privately so we can look into it? Please also let us know which social icons you would like to remove/keep

    Regards,
    Yigit

    #426577
    This reply has been marked as private.
    #426600

    Hey!

    There was one unclosed media query, i closed and moved the code to top of the Quick CSS field and it is now working fine. Please review your website Jan :)

    Regards,
    Yigit

    #426601

    Hey Yigit,

    perfect, thank you so much and sorry for my mistake!

    Cheers,
    Jan

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Only selected social icons in header’ is closed to new replies.