Title: Modifying the button
Last modified: March 11, 2020

---

# Modifying the button

 *  [filipmatejka](https://wordpress.org/support/users/filipmatejka/)
 * (@filipmatejka)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/modifying-the-button/)
 * Howdy,
 * I would like to ask whether it is possible to modify the button? Changing the
   size, border radius, position etc? And how?
 * I can’t simply do anything with CSS, even with !important element. Looks like
   the CSS can’t be overwritten. I believe I am not the only one who struggles with
   it.
 * Any help? ideas?
 * Thank you!
    Filip
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fmodifying-the-button%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  Plugin Author [Damian](https://wordpress.org/support/users/timersys/)
 * (@timersys)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/modifying-the-button/#post-12534123)
 * No, you can’t. That button is from FAcebook so you can only modify a few basic
   things. And you will need to use PHP filter for that. For example:
 *     ```
       add_filter('flp/button/size', function() {
         return 'small';
       });
       ```
   
 * Basically you can change what you see in [https://developers.facebook.com/docs/facebook-login/web/login-button](https://developers.facebook.com/docs/facebook-login/web/login-button)

Viewing 1 replies (of 1 total)

The topic ‘Modifying the button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wp-facebook-login_568dc8.svg)
 * [Login for WordPress](https://wordpress.org/plugins/wp-facebook-login/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-facebook-login/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-facebook-login/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-facebook-login/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-facebook-login/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-facebook-login/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Damian](https://wordpress.org/support/users/timersys/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/modifying-the-button/#post-12534123)
 * Status: not resolved