This issue has been around at least since 2010. Though you can override the style in other ways, the easiest way (other than avoiding use of the Recent Comments Widget) just to remove it is to add the following code to your functions.php file:
add_filter( 'show_recent_comments_widget_style', '__return_false', 99 );
see: https://core.trac.wordpress.org/ticket/11928#comment:11
Tested and works.
Related Posts:
- Getting paginate_links() ‘end_size’ to display none
- WordPress Template Engine?
- Display only text to WordPress loop without loosing the text formatting
- Where exactly do I write define( ‘WP_DEBUG’, true ) in wp-config file
- Making a follow button, Ajax not talking to php
- get understrap pagination to work with custom query
- Replace existing content from specific WooCommerce admin orders list column
- How do I get images (with a thumbnail preview) to show in search results?
- How do I translate this string – PHP syntax question
- How to break down importing of feeds
- PHPCS: Strings should have translatable content
- WordPress shows registration link for non logged users
- How to get woocommerce cart content without an action?
- php syntax – how to concatenate properly – echo bloginfo(‘stylesheet_directory)
- how to increase custom post value by one most efficiently?
- multiple if statements [closed]
- Escape post image attachments added to template
- Woocommerce product download URL
- Prevent Data Resubmission On Page refresh
- Bridging TinyMCE js and WordPress PHP?
- Echo URL of large version of Featured Image
- Get_avatar filter?
- WordPress custom login form using Ajax
- Remove price from Woocommerce variable product dropdown menu
- WP dynamic featured image – Can’t get second featured image url
- Getting trackpacks/pingbacks for a post via wordpress?
- Why is my cookie not unsetting upon logout? [closed]
- How to hide products that do not have an image from a slider carousel for an ecommerce webpage?
- How to remove role=”navigation” from all nav elements?
- how to query a post based on previous page post ID
- How to use $_GET function WordPress backend
- How to set variable, pass it to a partial file and remove it after?
- wp_dropdown_pages auto submit
- WooCommerce Tabs [closed]
- Limit checklist by the current user
- How to loop through all the attached images in a post, and get their url one by one
- Use Tags to initiate Search
- Show About and Contact Us page when they’re clicked in the top menu.
- Displaying posts based on category
- Changing the color scheme based on the url visited
- How to send form data from WordPress (Meta Box) to an OData service?
- Noindex Posts From Certain Authors In WordPress
- Pass Variables or Variable Place-Holder from Editor to PHP
- Issue with custom loop in Archive page
- WooCommerce pages looks unstyled
- class ‘wphpc_PAnD’ not found
- Accessing values from ACF sub field (flexible content area) in PHP
- Creating an image from a custom field
- WordPress forms submissions and PHP files
- home.php show blog posts as grid view
- How do I properly code my footer? See example
- Removing “Powered by” footer using child theme PHP [closed]
- how to hide or disable some part in specify page
- Include a file that has a function in it
- Kohana Frontend, WordPress Backend
- making my own “related pages” / “pages you might like” section
- apply_filters with several different values?
- How do you create a custom category widget that you can style?
- Add Custom Category Description When Empty
- How to preload header logo image in WordPress? like what’s the code and where do I put it?
- echo cutom css code to WordPress page template file ? is this safe?
- Contain multiple page templates in one PHP custom template file in WordPress?
- Custom plugin: how do I call a PHP file if settings option is set to true?
- How to edit button permalink inside function.php using a child theme?
- How to switch between two primary menus (programatically0
- Replacing entire tag with shortcode – JavaScript [duplicate]
- How do I visualize the author’s post from the front end?
- How to add a full working piece of website already coded, to a large scale Website design project?
- Elementor to custom wordpress page
- custom post type not showed with bootstrap 4 modal and template part
- Query to show average # of months all accounts with specific role have been active
- Send email to users when they get new followers
- Conditionally change WordPress core language
- Remove item from post_meta array via AJAX
- Shortcode just with a php code
- My WP Website Shows HTTP ERROR 500
- add menu page in loop menu order
- CSS loading as empty file in Custom Theme
- Calling WordPress hook from within a class: call to undefined function error
- wp_send_json erase last value
- PHP array to jQuery array ” Uncaught SyntaxError: Unexpected token < "
- How can I customize a WordPress theme before it’s downloaded?
- pages disable after wordpress update
- How to only fetch certain Tag ID’s
- AdWords API with WP
- Add title and caption to thumbnail image on mouseover
- Postmeta not saving
- Missing items on page
- WordPress rewrite question
- Display latest 5 posts on homepage
- WordPress blog set up
- Cannot get custom javascript to execute on page
- How to declare a variable at the bottom of the page and use its value at the top?
- How can a ‘scripts’ directory be hooked into wp_head();?
- Display Current Time using shortcode
- WP and Laravel integration (Updated) [closed]
- How to group by column a and sum column b and c in a php array
- Convert custom field date format to “WordPress default”
- Woocommerce Convert existing order to the cart
- Execute function when I click button