T
T
Toster7772018-02-28 20:52:37
WordPress
Toster777, 2018-02-28 20:52:37

How to remove certain styles in wordpress?

The WP social login plugin loads its styles. Question: how to turn them off?

<link rel='stylesheet' id='wsl-widget-css'  href='/wp-content/plugins/wordpress-social-login/assets/css/style.css?ver=4.9.4'  media='all' />

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Orkhan Hasanli, 2018-02-28
@azerphoenix

Hello!
Install the query monitor plugin or just dig through the plugin files and find the handle of this style. And then in functions.php of your theme just do deregister
For style - https://codex.wordpress.org/Function_Reference/wp_...
For script - https://codex.wordpress.org/Function_Reference/wp_...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question