You can solve this in two ways
No.1 to find the ‘a’ tag with class name ‘ bwg_load_btn_1 bwg_load_btn ‘ in your plugin and add inline style like this
<a class="bwg_load_btn_1 bwg_load_btn" href="https://wordpress.stackexchange.com/questions/285911/javascript:void(0);" style="font-size:16px;">Load More...</a>
2nd in your style.css add font-size for this class with !important,
.bwg_load_btn_1.bwg_load_btn{
/* !important will override the style */
font-size:16px !important;
}
Related Posts:
- Restricting a Plugin to Only Load its CSS and JS on Selected Pages?
- How do I cleanly override a plugin’s CSS with a child theme?
- how to include other plugins css files in a shortcode?
- How can I reduce the amount of files loaded/included per plugin?
- Using tabs for wordpress plugin
- How can I make content disappear when a user logs in?
- wp_enqueue_style in Plugin [duplicate]
- Quote rotator in the sidebar
- Make the css of the widget overwrite theme css
- 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?
- Prevent CSS/JS loading when plugin is not used
- Override Theme CSS with CSS from a plugin
- Styling readme.html in plugin?
- Layout shop page: resize images and columns
- How extend shortcode default values for a plugin?
- How to override my plugin’s php classes with duplicates that are in my child theme folder
- How to add page using HTML, CSS and JS?
- plugin style conflicts, how to override? [closed]
- Globally register styles but enqueue them selectively
- W3 Total cache “empty all caches” and no stylesheets render [closed]
- Admin Panel pagination link styles
- How to style the RSS wordpress?
- 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]
- 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
- How to hide CSS by default and show on button press
- (Sticky Row) How do i make a row sticky in wpbakery page builder?
- 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 get DEFER or ASYNC attribute to appear when I add a stylesheet with wp_enqueue_style from a plugin? [duplicate]
- Which filter affects the ‘entry-title’ post class
- How to use my menu PHP code as sidebar?
- How to add CSS via custom plugin?
- Plugin Theme CSS [closed]
- Full list of registered scripts or styles, but from an admin options page
- Combining several CSS files into one for optimization
- How to add a dvi tag to a shortcode then change a generated text using jQuery
- Hide a Menu Item on Login
- Basics of changing plugin output
- Minimizing scripts & css files that plugins add
- Making that Admin Bar transparent or a blue color
- Skewed / slanted button within elementor [closed]
- plugin dev – minimum base css specificity?
- get specific value of a array | PHP
- Moving Jetpack buttons to appear below the first H2 title on all project/post pages [closed]
- Override/ignore CSS from active theme as not to interfere with my custom CSS
- Historical customisations won’t go away [closed]
- change or add css to theme from plugin
- Add logo to admin menu in my plugin
- I would like to remove date display on photo preview
- At a Loss on over Page Peel Plugin Customization [closed]
- Blocking Plugin Css to load custom in template directory
- Add background image/layout for single page?
- Theme deactived html and css styling on home page posts
- uncaught TypeError: Cannot read properties of null (reading ‘classList’) custom plugin
- How do I minify a plugins CSS/JS code?
- Button and Countdown overlapping mobile menu
- Want to create custom design of progress indicator in wpforms
- inserting custom css, html and js into the current page as a popup window
- How to remove Unused CSS From a WordPress Theme?
- Overriding inline !important CSS with Javscript code snippet with media query
- Is there any known plugins that would replace WordPress classes in editor with their Bootstrap 4 equivalent?
- Applying module CSS to page
- How get horizontal div instead vertical CSS
- Changing the CSS with a plugin
- how to change a static testimonials into dynamic
- How to change the width of certain paragraph or header blocks?
- Implementing Scrollable Images
- WordPress custom blockquote with black background & white text?
- Speeding up WordPress on a Local Network
- Edit the stylesheet of a child theme
- How do I override WordPress plugin css [closed]
- WP Plugin CSS not being applied to page
- Customize CSS for “Swipebox ” lightbox
- how to add custom css at top above all css file for specific url
- Best use adding user generated JS/CSS to a theme with a plugin
- Site not displaying correctly when re-directing from root to sub-directory
- WordPress audio player add class randomly using Audio Album plugin
- Best way for overwriting plugin css with custom one
- Child Theme Changes Are Not Reflecting In Parent Theme
- How to set up php,javascript and css to allow for our finished product to be displayed within a page?
- Display alt text as tool tip on page
- How to add different CSS for galleries
- How to activate/deactivate menu tab and keep the same id?
- MultiPostThumbnails and media queries
- How to display a sitmap horizontally? [closed]
- Eliminate Render blocking CSS?
- Trying to disable all notifications except for one on woocommerce checkout page with css [closed]
- How to Add a Website Background Image to One Page?
- Woocommerce Product Page Collapsible Box Using CSS
- Option value not getting updated until page refresh in WordPress
- How to create a “Most Popular” & “Latest” TAB in WordPress
- Dropdown menu only appearing when logged in