You have to add the following CSS to an admin.css file (name it whatever you like but it has to be a css file that applies to the admin.
You need the following in that file:
.order-lower-indicator,
.order-higher-indicator{
display:none;
}
To enqueue a stylesheet properly in the admin:
https://developer.wordpress.org/reference/hooks/admin_enqueue_scripts/
It’s the same basic process as enqueuing for the front end but you’re just applying a different action: do_action( 'admin_enqueue_scripts', string $hook_suffix );
Related Posts:
- Can I rename the wp-admin folder?
- How to disable the “Post Lock/Edit Lock”?
- How can I control the position in the admin menu of items added by plugins?
- How to remove screen options and help links in the admin area?
- Unable to login to my wordpress site. reauth=1 redirection loop
- wp_list_tables bulk actions
- Highlight custom widgets in the admin area?
- How do I find all admin users using phpmyadmin?
- Can I add custom attributes while adding inline scripts?
- wp-admin produces a 302 redirect to itself
- Hide a page in the admin end without a plugin?
- Prevent from deleting any user role but subscriber
- Restrict access to admin but allow admin_post hook
- Disable sticky posts feature
- Hide username from users list
- Remove HTTP: from the site URL and just keep // in it
- TinyMCE Autoresize
- WordPress wp-admin suddenly lost its style
- Prevent Admin gui output from page added using add_submenu_page
- Activating Child Theme Breaks Website, Blank Page, Error 500
- Create Read Only Admin
- wp-admin blank in a clean install of WordPress on PHP 5.4 [closed]
- wp-admin is redirecting to back to home page (localhost)
- Rename W3 Total Cache admin menu
- WP Database Error (Windows Server 2008 & SQL Server)
- Cloned a site but can’t log in – redirecting to old site
- Can I edit the wp_post > post_content right before its inserted/updated?
- Should I add the IP of the server that hosts my sites to the list of authorized IPs in the wp-admin/.htaccess?
- wp-admin edit user url wont show up correct url [closed]
- Which HTTP headers to use for subdomain embedding?
- FORCE_SSL_ADMIN not working
- I get “The PHP Date/Time library is not supported by your web host.” on my CentOS host, what library to I need to install to add support?
- How can I allow core, plugin, theme update checks only for selected admins?
- wp_before_admin_bar_render action not working in back office
- Can enter wp-admin when logged in with custom ajax
- Locked Out Of WordPress Admin Dashboard After Server Move
- lock meta box position on post edit screen for contributors
- Subscribers become Authors after Upgrade? / Mass Update of Users?
- map_meta_cap was called incorrectly error?
- Clicking On View Post In Draft Opens New Tab
- How to set admin login page as home page
- Redirect loop in /wp-admin/
- Modify WP-Admin login fields
- Create custom fields as image uploads [duplicate]
- 404 error comes up when I go to wp-admin after first installation [closed]
- Is there a quick way to find out what posts haven’t been tagged?
- Add menu option to “New Post” menu in admin bar
- Linking table cells to network folders
- Remove bulk option row
- Admin menu in front-end
- How can I disable all external url Google in WordPress backend?
- if it possible to get all notifications from all plugins and core?
- wp-admin page redirecting to 404 error page
- Require Login Redirect to Login Page
- How to fix ob_end_flush() failed to send buffer of zlib output compression (1)?
- How to replace “Password Protected” text with icon in Admin
- Disable or lock parent pages from being edited in wordpress admin
- How login is possible, if I deny login page via .htaccess with allow ip
- Unable to display WordPress admin bar in the frontend as an admin
- Delete the “wp-admin” folder – what could go wrong?
- unsuccessful attempt to change domains- wordpress re-routing to old domain
- How can I limit page parent dropdown to show only author’s own pages?
- Nickname field isn’t appearing in Admin
- Icons are missing from Visual Editor
- External HTTP API calls slowing down WordPress admin [closed]
- how can provide access to wp_admin page for non wp_users?
- Creating custom admin panel pages without making a plugin?
- Why is my ‘export’ option missing?
- Change users.php WP_User_Query
- Can’t connect to WP-Admin, blank error message
- Blank page when viewing wp-admin
- Is it possible to display my theme sidebar in wordpress admin?
- Can’t access wp-admin after http to https change
- Programtically selecting image URL in Media Library modal
- wp-admin: “Sorry, you are not allowed to access this page.”
- How to access wordpress from domainB which is installed at domainA
- How to optimize the opening speed of admin panel?
- How to change the URL of sub menu page?
- Change wordpress admin home page
- Strange wp admin edit buttons issue
- Cannot access wp-admin after migration to another place
- Regular users logs in as ADMIN if Admin logged in recently
- Enable Excerpt field inside the post editor for pages
- How do I fix the 403 error for wp-admin/admin-ajax.php?
- Failed to load resource: the server responded with a status of 500 (Internal Server Error)
- WordPress switch domains
- Trying to list user and post information from (wp_includes/post.php ) causes Fatal error
- Unable to Add User after Site Migration
- Not able to access WP admin Page, redirected and a drop down login menu appears 401 error
- OSX El Capitan local install Maximum upload file size: 2 MB But php.ini set to 64M
- WordPress User profile page fields missing
- Is it possible to outsource wp-admin to another server?
- Wp mwnu not works at all
- Can’t log into WordPress after domain change
- Search box for hierarchical taxonomies in admin interface
- Custom Admin Message from external source to multiple users
- Customize a WP_Posts_List_Table class
- How can visitors redirect wp-admin to the homepage?
- Creating your own options-general.php page
- Help please i cant login to wordpress panel [closed]