Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #439971

    can i make the social ikon only visable for users when they are logged in to my page?
    That means when strangers visit my page they are not able to see my social ikon in the top bar:
    Thanks

    #440526

    Hey Simon!

    Try adding this to your custom CSS.

    .social_bookmarks { display: none; }
    .logged-in .social_bookmarks { display: block !important; }
    

    Regards,
    Elliott

    #440901

    Thanks works perfect, topic resolved.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Social ikon’ is closed to new replies.