Go to previous topic
Go to next topic
Last Post 25 Jun 2016 04:19 AM by  J T
Remove Social Shares?
 1 Replies
Author Messages


New Member


Posts:
New Member


--
24 Jun 2016 08:48 PM
    Is it possible to remove the social share buttons? I am using the Wiki for internal use (Intranet) and the information doesn't go public.
    0


    Basic Member


    Posts:394
    Basic Member


    --
    25 Jun 2016 04:19 AM

    Hi Greg

    Sure, that's quite easy to do. Simply add the following CSS to your portal's stylesheet under Admin > Site Settings.

    .rvdwkSocialShareContainer {
    display: none;
    }

    0


    ---