• HI, have just installed the plug-in and am very happy with it. I would however like to add some (but not all) of the social medial links on the admin login page. How to do that please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author weblizar

    (@weblizar)

    Hello,

    – In the future updates, we will add this setting to show some of the social icons.
    – For now, you can hide the social icons using custom CSS code:
    #backtoblog .icon-button.flickr,
    #backtoblog .icon-button.twitter,
    #backtoblog .icon-button.facebook,
    #backtoblog .icon-button.google-plus,
    #backtoblog .icon-button.youtube,
    #backtoblog .icon-button.instagram,
    #backtoblog .icon-button.google-plus
    {
    display: none;
    }
    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Managing social media icons’ is closed to new replies.