[Plugin: Social Media Widget] How To Remove Plugin CSS (for theme developers)
-
For anyone customizing their theme who needs to override the !important tags in the css, here’s a quick guide:
In your theme’s functions.php, add:
remove_action('wp_head', 'Social_Widget_Scripts');
Then, open up /wp-content/plugins/social-media-widget/social_widget.css
Select all, copy.
Then paste the styles at the end of your custom style sheet for your theme, and edit away!!
https://www.ads-software.com/extend/plugins/social-media-widget/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Social Media Widget] How To Remove Plugin CSS (for theme developers)’ is closed to new replies.