Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Gabor

    (@nextendweb_gabor)

    Hi @tmora!

    Providers have guidelines about how their login buttons have to look like, for example Google:
    https://nextendweb.com/nextend-social-login-docs/provider-apple/#guidelines
    and Apple:
    https://nextendweb.com/nextend-social-login-docs/provider-apple/#guidelines

    So we only offer those designs at each provider within their “Buttons” section, because if you make your buttons look differently, the given provider in most cases won’t accept it. Sometimes they do, but this also have a risk in it, that if they check your website once again and decide differently, they can turn off your application. So we don’t recommend doing different designs from the one we offer. But if you would like to do that anyway, only custom CSS codes could be used for it.

    Thread Starter tmora

    (@tmora)

    @nextendweb_gabor 

    I understand but we don’t want change logos, just we need change design of buttons (color, radius, sizes). OK in CSS, but where we find your Google, Twitter, Apple buttons? In your plugin folder? Thanks

    • This reply was modified 1 year, 1 month ago by tmora.
    • This reply was modified 1 year, 1 month ago by tmora.
    • This reply was modified 1 year, 1 month ago by tmora.
    Plugin Support Robert

    (@robertnextendweb)

    Hi @tmora!

    Changing the color or the size are already changes that some providers do not allow at all, as they have the exact guidelines for the color, font, font size, background color, paddings to be used. In case you really want to change the design and risk your app getting disabled, then for CSS you do not need to search for a folder, you just need to check the buttons on a page where they are published (by default on the /wp-login.php page we will display the buttons for the enabled providers), then write your custom CSS based on the selector of the button, and use the !important rule if needed. Also, please note that we are unable to provide support for custom coding and problems that are the result of such custom coding.

    Note: On the Buttons tab you can change some parts of the HTML of the given provider’s button:
    https://nextendweb.com/nextend-social-login-docs/buttons/
    Or if you want, you could make custom HTML buttons as well, all you need to do is add our link around your HTML, as you can see on the Usage tab for each of the providers:
    https://nextendweb.com/nextend-social-login-docs/usage/
    In this case it is important to mention that these links will be hard-coded, so they will not track our endpoints, so if our endpoint URL changes (for example the /wp-login.php slug changes, or you configure the OAuth redirect uri proxy page), you will need to update the links manually as well.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Customize buttons – Login’ is closed to new replies.