Hi @khai97,
I found an article/lesson from W3 Schools on how to remove those arrows using CSS: https://www.w3schools.com/howto/howto_css_hide_arrow_number.asp
Note that the changes will be sitewide.
To apply CSS rules to the WP-Admin area, you can go several routes:
1. Use plugins that can add the CSS style to WP-Admin for you, such as Admin CSS MU
2. Create a CSS stylesheet with the styles and use a function in functions.php to enqueue it, for instance as explained here: https://davidwalsh.name/add-custom-css-wordpress-admin
I hope this helps.
Alright, i will try this. TQ
Hi @khai97,
Just a heads up, I’ll go ahead and mark this thread as resolved as it’s been inactive for a while.
Hoping that you were able to try out the above suggestions and everything well.
Feel free to create a new thread if you have further questions.
Thanks.