Title: Small inline CSS file
Last modified: January 25, 2018

---

# Small inline CSS file

 *  [StatsFA](https://wordpress.org/support/users/artaweb/)
 * (@artaweb)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/small-inline-css-file/)
 * Hey team,
 * There is CSS file that loads in my theme that has very little content.
 * `/wordpress-social-login/assets/css/style.css?ver=4.9.2`
 * and this file contains:
    `.wp-social-login-provider-list{padding:10px}.wp-social-
   login-provider-list a{text-decoration:none}.wp-social-login-provider-list img{
   border:0}`
 * How can make this not load in my theme?
    I will then add this as custom css in
   my theme. Its just adding request and likely it will increase the load time.
 * I would appreciate your input on this.
 * Thank you

Viewing 1 replies (of 1 total)

 *  [avoThemes](https://wordpress.org/support/users/avothemes/)
 * (@avothemes)
 * [8 years, 4 months ago](https://wordpress.org/support/topic/small-inline-css-file/#post-9919652)
 * Hey,
 * To stop loading the external CSS file, you can simply put those lines to your
   functions.php file:
 *     ```
       add_action('wp_enqueue_scripts', function () {
                   wp_dequeue_style('wsl-widget');
               });
       ```
   
 * Hope it helps.

Viewing 1 replies (of 1 total)

The topic ‘Small inline CSS file’ is closed to new replies.

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

 * 1 reply
 * 2 participants
 * Last reply from: [avoThemes](https://wordpress.org/support/users/avothemes/)
 * Last activity: [8 years, 4 months ago](https://wordpress.org/support/topic/small-inline-css-file/#post-9919652)
 * Status: not resolved