The admin stylesheets combines rules for everything: tool bar, left menu, footer and some common elements like tables and forms. You cannot disable just a part of it.
If you want to apply your own rules, use a higher specificity in your CSS rules. Normally, all plugin pages use the same wrapper element:
<div class="wrap">
<!-- page content here -->
</div>
You can add an id attribute here …
<div class="wrap" id="unique_plugin_prefix">
<!-- page content here -->
</div>
… and use that selector in your styleheet:
#unique_plugin_prefix p
{
margin: 1em 0;
}
Related Posts:
- how to include other plugins css files in a shortcode?
- Using standard backend elements in Plugin
- Using tabs for wordpress plugin
- Override CSS settings of plugins
- wp_enqueue_style in Plugin [duplicate]
- Styles and Scripts, Selectively enqueue across entire site
- Make the css of the widget overwrite theme css
- How can I enqueue a style only when a particular widget is active?
- WordPress Plugin Look & Feel
- Add CSS class to add-to-cart button, Woocommerce [closed]
- How to load all plugins CSS after child theme CSS?
- I need to generate the CSS for my plugin from a function, how do i map a request to a function in the front-end?
- How do I register a stylesheet inside a WordPress widget?
- Override Theme CSS with CSS from a plugin
- wp_enqueue_style specifics for overwriting plugin styles
- Calling a plugin in theme development
- ‘Customize’ button in admin bar for CSS
- How to add page using HTML, CSS and JS?
- Add stylesheets and js to template files when shortcode is used
- Is there an earlier hook than login_head or login_enqueue_scripts?
- CSS from textarea in options page to frontend what to do
- custom changes removed after plugin update
- WPBakery JS composer unused css [closed]
- How to tie dark mode with prefers-color-scheme webkit? [closed]
- Trouble with plugin styles in admin area of WordPress
- Add a CSS class based on categroy id to archive pages
- Changing “elapsed time” to “time remaining” on MP3-jPlayer audio player with CSS or PHP changes
- Removing included CSS file that doesn’t exist
- (Sticky Row) How do i make a row sticky in wpbakery page builder?
- How to create an input field, and base the output on spreadsheet data? [closed]
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- Ability to automatically redirect a URL
- Which filter affects the ‘entry-title’ post class
- Adding CSS to custom post type admin page causes error
- Redirect to another page using contact form 7? [closed]
- Edit External CSS
- the_tags : can we insert a class
- Stop Plugin from Getting Styles from Other Plugin
- How do I use add_action on custom widget?
- Why Do I get “wp_remote-get: could not handle for fopen()”?
- How to apply next/previous classes to LIs for pagination links?
- Override plugin styles via my custom theme
- Overwrite a plugin’s CSS?
- Combining several CSS files into one for optimization
- how to prevent all css and javascripts files from loading
- Infinite scroll messing up nth:of-type
- How to execute a plugin on a single page only?
- How to limit image size for the entire website ? But without editing the post (css/plugin?!)
- Images under 1MB are not being compressed
- Is there a way to remove a tooltip of a plugin via custom CSS? [closed]
- Adding a responsive grid onto a page (without using a Bootstrap theme) [closed]
- Custom CSS not being added by plugin
- Not able to override plugin’s default css rules
- The Events Calendar Plugin – List View Background Colour Issue [closed]
- insert an html tag using php plugin
- Best practice when modifying plugins CSS [duplicate]
- How to theme code blocks formatted by the prettify.js embedded with WP-Markdown?
- CSS/JS files in WordPress
- How do I override all stylesheets and scripts without a plugin
- How do I work with the SlideDeck plug-in?
- Why is adoptStyles-css stylesheet link added to every page?
- Custom Plugin scripts from admin working in frontend
- Themes conflicts and overrides my WordPress Support widget Plugin styles
- Unable to locate inline CSS causing parts of page to be blank
- Strange admin-ajax / CSS / $_SESSION issue
- Two plugins using the same CSS id
- Load CSS before Theme CSS
- Menu not closing after clicking – WordPress – Elementor
- How to change the WordPress Plugin Watson Assistant Chatbot BOX Size?
- Apply only the css in my style.css file
- SASS not showing in customized preloader plugin
- make p tag collapsed after 3 rows
- General Term for this form Field
- wp plugin adds “pagespeed.css” after each css file
- How to fix shifting header after installing speed / cache plugins?
- Caching of combined CSS and JS fails because of losing MIME types through combining by PHP
- How to remove a css class for any wordpress page
- Creating wordpress admin page panel [Theme Option]
- Get plugin to background of page
- Speed issues because of CSS & JavaScript
- wp_schedule_event need to deactivate plugin changing recurrance
- Like/Dislike Bar not working when updating
- Possible jquery / library conflict in plugin usage
- disable lightbox in a plugin [closed]
- Overwrite CSS of Instaemail plugin popup
- contact 7 plugin stops some pages from working properly
- Trouble After Update, Removing Plugin
- How to load css files in a specific order
- Plugins to generate CSS Sprites? [closed]
- adding a css file to my plugin
- Element works, but not on wordpress site [duplicate]
- Content expands beyond its column container [closed]
- How to modify submit button on GravityForms
- Can I merge all my JS and CSS in one file using WP?
- Is there a membership plugin which offers the ability to hide content based on css rules?
- How to add an active state class to my info box
- Can’t change login logo & css – older plugin data blocking?
- How to make a drop-down list so you can press and change display like on this website by using wordpress or CSS
- Sudden ERR_HTTP2_PROTOCOL_ERROR on every JS and CSS files loads
- How to change css poperty through webhook in wordpress