Facebook and Google Login Buttons Texts - by Alper_D

This topic has 6 replies, 2 voices, and was last updated 3 years, 3 months ago ago by Alper_D

  • Avatar: AlD
    Alper_D
    Participant
    January 13, 2021 at 12:34

    Hello i want to change texts and icons of buttons on login screen. i need to transform them to bigger.

    Please, contact administrator
    for this information.
    5 Answers
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 13, 2021 at 13:51

    Hello,

    Use the code bellow to change the font-size for these icons (Theme OPtions > Custom CSS)

    .et-google-login-button svg {
        font-size: 2rem;
    }
    .et-facebook-login-button i {
        font-size: 2rem;
    }

    Regards

    Avatar: AlD
    Alper_D
    Participant
    January 13, 2021 at 13:56

    Hello,

    i added codes but just icons changed. 🙁

    Avatar: AlD
    Alper_D
    Participant
    January 13, 2021 at 13:57

    i added image

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    January 13, 2021 at 15:17

    Hello,

    Oh, sorry, missed that you asked also about text. Then replace code with the following

    .et-google-login-button {
        font-size: 2rem;
    }
    .et-facebook-login-button {
        font-size: 2rem;
    }

    Regards

    Avatar: AlD
    Alper_D
    Participant
    January 13, 2021 at 17:01

    i added code. made it 1.2rem. thank you very much

    Please contact administrator
    for this information.
  • Viewing 6 results - 1 through 6 (of 6 total)

The issue related to '‘Facebook and Google Login Buttons Texts’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.