karanrajsharma
Member
- Jul 1, 2019
- 91
- 38
- 18
HI i need to change the google sign in button for the website --- https://sharer.ga/ if anyone know or familiar with this script please help me immediately or as soon as possible .


Hello brother , this is the email i got from google , they send me signin buttons too do you know how to change ? i will do team viewer if you know , here is the email ---what will u change? design? just find in css class :
.nav-link at sb-admin-2.min.css
<a class="nav-link" href="/login">
<i class="fas fa-fw fa-sign-in-alt"></i>
<span>Login</span></a>
Dear Developer, |
Thank you for your response! We have noticed that the Google Sign-in button is still not compliant with the branding guidelines. (Please see the attached screenshot) Please update the Google sign-in button so that it complies with the Google sign-in branding guidelines. Note: Please reply back to this email after updating the button, so that we can proceed with the approval process. Thank you for your patience. If you have any questions, please reply directly to this email. |
yes can you add it in the homepage ?so your problem is set google sign-in button standard.
you can find in here :
![]()
it have minified version of css too , and i can't see sidebar.php in scriptor the simple way :
1. download google button image from https://developers.google.com/identity/branding-guidelines
2. add google button image (btn_google_signin_dark_normal_web.png) to your root
3. add this code to your sb-admin-2.min.css :
.googlebtn {background: url(your google button image path);}
4. change in your sidebar php :
<a class="nav-link" href="/login">
<i class="fas fa-fw fa-sign-in-alt"></i>
<span>Login</span></a>
into
<a class="googlebtn" href="/login"></a>
im sorry im in tight time today. but basically the easiest way is above.
I can help you but not today.
whenever i am trying to find it <a class="nav-link" href="/login"> i can see it in inspect but not in script , in script there is only file which contain this line of code is sidebar.scss . i think i do it with teamviewer when you are free , please send me message when you are free and check the code .no problem, just add the css class on the last line of sb-admin-2.min.css.
for sidebar, you can find the file with code editor, try "find in files" and set to your script folder
find : <a class="nav-link" href="/login">
then you will meet with the respective file.
yah i am updating streaming player , that why i added a index.htmlYour website is down