Reply To: Change sharing buttons on post

#5510
Carola Hartley
Participant

I used this css to hide the Google+ share button.

/* Hide Share Google */
a.mgs-social-sharing-buttons.mgs-social-google {
display: none;
}