# אפשרות לשנות את טקסט כפתור הכניסה "עם Google" (וגם אייקון)

**URL:** https://meta.discourse.org/t/option-to-rename-with-google-login-button-text-and-icon/247141
**Category:** Development
**Created:** [30 בנובמבר,‏ 2022,‏ 12:24am UTC](https://meta.discourse.org/t/option-to-rename-with-google-login-button-text-and-icon/247141 "2022-11-30T00:24:10Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![awesomerobot](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/awesomerobot/32/142900_2.png) [@awesomerobot](https://meta.discourse.org/u/awesomerobot)
#### Post date: [30 בנובמבר,‏ 2022,‏ 6:39pm UTC](https://meta.discourse.org/t/option-to-rename-with-google-login-button-text-and-icon/247141/2 "2022-11-30T18:39:44Z")

</div>

It’s possible to customize the text from (admin \> customize \> text) — searching for “with google” should pull up what you need to edit

The logo on the button can be hidden with CSS added to a theme (admin \> customize \> themes):

```css
.btn-social.google_oauth2 .d-icon {
  display: none;
}

```

Fair warning though, there is some history of Google checking for compliance with their specs and sending warning emails to admins… something as minor as using the wrong color has caught their attention before: [Not compliant with google signin branding requirements](https://meta.discourse.org/t/not-compliant-with-google-signin-branding-requirements/99177/1)

---

_[View the full topic](https://meta.discourse.org/t/option-to-rename-with-google-login-button-text-and-icon/247141)._
