Title: Remove login with Google
Last modified: August 22, 2016

---

# Remove login with Google

 *  Resolved [Nicktv](https://wordpress.org/support/users/nicktv/)
 * (@nicktv)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/remove-login-with-google/)
 * Hello, as the subject, I would like to remove the button Google+ from login page.
   How can I do?
    thanks
 * [https://wordpress.org/plugins/appointments/](https://wordpress.org/plugins/appointments/)

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * (@wpmudev-support1)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/remove-login-with-google/#post-5644286)
 * Hi [@nicktv](https://wordpress.org/support/users/nicktv/),
 * I hope you are well today and thank you for your question.
 * I think you are talking about the Google+ log in button displayed by the Appointments
   plugin. If this is the case then you can hide this button by adding the following
   CSS code in the style.css file of your [child theme](http://codex.wordpress.org/Child_Themes)
   or adding the CSS code in the appointment plugin “Additional css Rules” option
   on the following path.
 * Admin Area -> Appointments -> Settings -> General -> Display Settings
 *     ```
       a.appointments-login_link.appointments-login_link-google {
       display: none;
       }
       ```
   
 * If you are not talking about this button then please share me the page URL from
   your site where it is displaying so that i can provide you the solution to hide
   it.
 * Kind Regards,
    Vinod Dalvi

Viewing 1 replies (of 1 total)

The topic ‘Remove login with Google’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/appointments_eaf36c.svg)
 * [Appointments](https://wordpress.org/plugins/appointments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/appointments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/appointments/)
 * [Active Topics](https://wordpress.org/support/plugin/appointments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/appointments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/appointments/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Predrag – WPMU DEV Support](https://wordpress.org/support/users/wpmudev-support1/)
 * Last activity: [11 years, 3 months ago](https://wordpress.org/support/topic/remove-login-with-google/#post-5644286)
 * Status: resolved