From what you wrote it seems you might need to look at CSS Specificity… Which in short means: the more specific the CSS selector is, it has more value and therefore it will be used instead of the weaker one. (You can learn more about it for example here.)
Plugins usually use more complex and specific selectors, so you need to make sure you will make your selectors stronger in order to override the initial style. Basically you have several ways:
- Make the selector more specific
- Use the very same selector, but place it later in the code
- Use
!important
flag in the definition (better use only in desperate cases)
Also it seems WPForms offer to set specific classes to the elements (check here). Using those classes in your selectors will probably make them more specific and therefore they will override the initial ones.
Related Posts:
- Where are Additional CSS files stored
- How to include own css on wordpress tinymce editor?
- How to customize the default HTML for WordPress Attachments
- Is it possible to change the attributes of a registered style or script before it fires?
- FireFox Inspector :: find CSS file related to
- Custom CSS for full post vs. excerpt (Content Options)
- How to get WordPress to accept the tag in articles (or other alternatives)
- How to remove padding and margin between divi rows? [closed]
- What will happen to the additional CSS when the theme is updated?
- How to display post title & excerpt when mouse hovers on an image?
- Include user defined styles without including wp-load
- Cannot figure out how to center div in WordPress theme [closed]
- Customizing default Mediaelement player
- how can I change the background color of all posts on my server?
- CSS to remove “comments count” icon from main page [closed]
- how to add custom css and js on wordpress post editor directly without using .php file
- TwentyFifteen: How can it show a different color on every post page?
- Adding code to child’s theme css and php cannot override certain elements
- Is it possible to add a ribbon in the background of h1 on every page?
- Resizing of a header/div in a website through css in wordpress [closed]
- Child Theme with multiple css files
- CSS Customizations for certain page
- Custom CSS at Appearance > Edit CSS is missing after update [closed]
- CSS Styling a specific page
- How to remove footer from just homepage
- Why the css in twenteenfourteen-child theme take no effect?
- How to format text of site subtitle
- how to add custom logo to my template
- WordPress noob, assign custom stylesheet using @import or if? Didn’t work for me
- str_replace inside specific css files [closed]
- Good way to customize admin CSS?
- css media query question [closed]
- How to customize the WordPress 2014 theme, to have page using less horizontal margin?
- Remove header title form page through CSS [closed]
- Centering one product on a single page [closed]
- How To Style Links in Content Area With Tag Automatically?
- Inline-Table under TwentyTwelve not working
- custom css and javascript not working on page defined as template?
- WordPress menu: How to make www.link.com/#name never contain current_page_item class?
- Will WordPress updates remove Gutenberg Additional Classes?
- Custom CSS Nav Menu Style Not Being Applied
- custom email validation using javascript api with elementor pro and code snippets
- Style WooCommerce Product Search Widget
- why won’t my custom css load with the enqueue method or any other method?
- Use Theme CSS in custom code
- How can I style the Comment Section of a blog post
- Hide entry-header for a specific category
- How do I make elements in mobile only reverse order?
- How to style bootstrap container in WordPress?
- how to add custom html and css to wordpress
- How can I delete the word `Category:` from page titles? [duplicate]
- How to have different background image based on post category
- How replace theme styles?
- Wrap WordPress Login Form in custom Div
- Customize WP website specific column with CSS
- How do I target this page specifically?
- How do I change the content of an element for a theme without losing the styling?
- I can’t override CSS
- Two color in one Heading
- Move text from the side of image to below image [closed]
- WordPress Inline Style missing
- Style Radio Buttons inside Edit Page (Custom Fields)
- Adding separate CSS files for separate pages with functions.php
- How to echo custom styles in css format?
- Background setting isn’t applied to entire sidebar height
- Special characters showing in fallback font
- How to support extra color options for shortcodes?
- Adding css and js to a blank page created with custom template
- Will too many overridden css rules lead to performance issues
- Complete Custom Style Part of Site
- add custom css on all page exept of one
- Making custom pages (with an example to explain the goal)
- Custom CSS File wont work on second Page
- how can i change the html and the css of my word press theme that I bought?
- responsive screen not working [closed]
- Edit image alignment in WordPress twentysixteen child theme on attachment page [closed]
- adding new html css to wordpress section from codepen [closed]
- use another theme for just one page
- Instead of Custom CSS Theme CSS is loading
- How do I add custom CSS animations for specific Gutenberg blocks?
- Particle.js not loading in WordPress Gutenberg
- Cannot add custom css in site
- Custom CSS working on home page but not on NEW created PAGE
- Post interior margin in twenty eleven theme
- Disable all Fonts that are Standard in WordPress and replacing them with a custom Font?
- Modifying posts based on category in TwentyTwentyTwo theme
- How to display product variations on same row
- Add custom styles to the Raft theme
- Where did I put this one line of css?
- Creating my own Admin Forms in a WordPress CMS?
- Best practices for A/B testing?
- Editing the Number at the end of Page URLs / Editing Page Slugs
- Integrating MailChimp newsletters as post
- Add a containing DIV to core Gutenberg blocks
- Author Tracking Code!
- How can I create a second multisite network in a subdirectory?
- Plugin to allow registered users to customize their layout [closed]
- WP function duplicating body content
- Need to replace some text string on a title
- Custom roles and capabilities media not work right