I’m assuming this is mostlikly a hiearcy problem. For example, your stylesheets load in the order of child theme then plugin. What you need is to load the plugin styles first then your child theme.
You have a few options:
- Add the Css for your plugin manually after
wp_head()
in yourheader.php
- Unregister the plugin css file and then load all the styles in your theme’s
styles.css
- Register a new style to be inserted after the plugin runs.
Without really digging into the plugin or your code it’s hard to give you an example.
Related Posts:
- How do I cleanly override a plugin’s CSS with a child theme?
- How to load all plugins CSS after child theme CSS?
- Best way to overide plugin CSS?
- How can I use WordPress functions in my stylesheet?
- Restricting a Plugin to Only Load its CSS and JS on Selected Pages?
- Overriding Plugin Template Files with Child Theme
- Why does wp_enqueue_style() in plugin not load stylesheet?
- how to include other plugins css files in a shortcode?
- How can I reduce the amount of files loaded/included per plugin?
- How can I dequeue a Plugin Stylesheet?
- Using standard backend elements in Plugin
- Using tabs for wordpress plugin
- Function to activate WordPress theme inside a plugin
- Override CSS settings of plugins
- How can I make content disappear when a user logs in?
- Add CSS animation as Preloader to WordPress
- Best way to inject css into admin_head in plugins?
- wp_enqueue_style in Plugin [duplicate]
- Quote rotator in the sidebar
- How do you auto-activate plugins from child themes
- 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]
- 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?
- Prevent CSS/JS loading when plugin is not used
- Override Theme CSS with CSS from a plugin
- Styling readme.html in plugin?
- Unable to load stylesheets and scripts to plugin settings page
- Layout shop page: resize images and columns
- How extend shortcode default values for a plugin?
- Override the core function locate_template
- wp_enqueue_style specifics for overwriting plugin styles
- Uncaught Error: Call to undefined function get_user_by() after moving function from theme to plugin
- Is it possible to use Snap Scrolling? [closed]
- unzip a folder on specific location and delete the zip file
- Image resizing on home page (product category) [closed]
- Override plugin text domain in child theme
- How to edit Image layout in single product page in woocommerce on wordpress?
- W3 Total Cache: Load CSS asynchronously for better PageSpeed score? [closed]
- How do I write into a file (css)
- ‘Customize’ button in admin bar for CSS
- Why isn’t “background-image: url”working with Bootstrap carousel on WP?
- How to add page using HTML, CSS and JS?
- How to generate CSS from a shortcode within a plugin
- Add stylesheets and js to template files when shortcode is used
- Custom CSS for plugin form
- How do I modify the position of a plugin?
- Reusable functions and tools (Framework)
- Loading child theme script after plugins scripts
- Override Javascript in a Plugin?
- plugin style conflicts, how to override? [closed]
- Is there an earlier hook than login_head or login_enqueue_scripts?
- How to disable CSS rule in Twentythirteen style.css?
- Theme’s default styles are overriding my plugin’s custom CSS
- Why does my functions.php cause white-screen and media-library issues?
- Remove ALL css for a specific plugin page
- Globally register styles but enqueue them selectively
- CSS from textarea in options page to frontend what to do
- custom changes removed after plugin update
- W3 Total cache “empty all caches” and no stylesheets render [closed]
- Admin Panel pagination link styles
- How to style the RSS wordpress?
- Can someone please tell me what is wrong with my plugin?
- How Do I Figure Out What File(s) to Edit from Looking at the Source Code [closed]
- 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
- Child Pages Short Code plug-in and hover capabilities?
- Removing included CSS file that doesn’t exist
- How to hide CSS by default and show on button press
- (Sticky Row) How do i make a row sticky in wpbakery page builder?
- How to overwrite core/libraries/vendor template with child theme
- How to create an input field, and base the output on spreadsheet data? [closed]
- Buddypress – Add the post_id in the bp_activity_add function
- WordPress plugin output formatting
- Removing an action from wp_footer called in a class that’s inside a bigger class
- how to access all user dashboard on fronted page [closed]
- What would I need to write into a custom plugin in order to add a switch for a custom string of CSS to the edit page?
- Bootstrap and Custom CSS in custom plugin are being overwritten by theme
- Ajax Search Lite: Customize Autoscroll
- Delete mobile menu button [closed]
- Widgets Scripts don’t load – but load when I reload the page
- Ability to automatically redirect a URL
- How to show only next post pagination link using wp_link_pages()
- How to get DEFER or ASYNC attribute to appear when I add a stylesheet with wp_enqueue_style from a plugin? [duplicate]
- Installing plugins and using complex folder structure with child theme in WordPress
- Which filter affects the ‘entry-title’ post class
- Adding CSS to custom post type admin page causes error
- How to use my menu PHP code as sidebar?
- Redirect to another page using contact form 7? [closed]
- Overriding Parent Theme… will cause plugins failure?
- Edit External CSS
- Stop Plugin from Getting Styles from Other Plugin
- How to over-ride a file in a plugin? [closed]
- How do I use add_action on custom widget?