Skip to content
Read For Learn
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP
Read For Learn
  • Database
    • Oracle
    • SQL
  • C
  • C++
  • Java
  • Java Script
  • jQuery
  • PHP

How do I remove the eye icon that shows visibility on login screen and reset password screen

This is one way

add_action('login_head', 'my_remove_eye');

function my_remove_eye() {
  echo 
    '<style>
        span.dashicons-visibility:before {
        content: "";
    }
    </style>';
}

Related Posts:

  1. Deep customization of wp-login.php
  2. Lost password empty field error redirect to custom login
  3. Custom Log In Screen – Disable password recovery [duplicate]
  4. Change the login button on the login page
  5. Custom ReCaptcha Login
  6. how to redirect to a custom password retrieval page
  7. What is the proper way to apply the login_form_bottom filter?
  8. How to override wp-login.php
  9. Remove Links from Login page
  10. setting a specific home page for logged in users
  11. Change “logged in” link in (you must be logged in to post a comment)
  12. Redirect to requested page after (custom) login
  13. Custom protected password page with ACF
  14. WordPress native “playlist” shortcode. Next and Prev there are but with no icons. How to fix?
  15. Intercept invalid email during lost_password
  16. Customizing the default logout page of WordPress
  17. Custom Login and Registration form in Ajax
  18. Last time a user logged in
  19. How can I allow access to multiple users, using the same login, at the same time?
  20. How to implement a custom password field that redirects to another page upon correct password?
  21. WordPress custom login page
  22. CSS to remove “comments count” icon from main page [closed]
  23. Adding a login form that concatenates three fields into a username
  24. Properly customizing login/register form
  25. How to add an extra variable to login and authenticate it?
  26. Login/Logout Session Sharing – Multiple WordPress Installations
  27. Custom login with external provider iframe and data object
  28. User can not login
  29. Multi-site User Sessions
  30. A truely custom login page?
  31. Switch between WordPress websites easy for an end user
  32. Lost password and back to blog in same line
  33. I w’d like to know If there are simple solutions to integrate other CMSs to wordpress
  34. Restrict content access to logged in users
  35. Custom login and registration forms
  36. URL and Site title outputting on Login page
  37. Is it possible to integrate a custom login feature with wordpress?
  38. How to change the login page without a plugin and not only customizing logo and text around the form?
  39. Removing “Failed” query argument upon successful login
  40. Validate user login in php
  41. how to change the url rediction of the woocommerce login page of the flatsome theme for my own in wordpress?
  42. How to change Login default blue admin color?
  43. Latest update broke my custom login CSS
  44. Need to replace some text string on a title
  45. Password Protection issue
  46. Redirecting the lost password page request when using a custon login page
  47. Trouble with custom login page
  48. Wrap WordPress Login Form in custom Div
  49. Custom password set/reset link in same URL format as default does’t work
  50. Custom login doesn’t stay
  51. Check get_post value after wp-admin login
  52. How to Password Protect whole site except for some subdirectories
  53. where can i find the login page in wordpress and add my header to it
  54. Accountless password generation
  55. Change the default WordPress image on the dashboard login to a custom image [duplicate]
  56. Pass the post ID
  57. Show Site Name on WP login screen
  58. how to manage Session in WordPress using custom login?
  59. Redirect all pages to the custom login page except for the registration page
  60. How to stop login for SPECIFIC users BEFORE a specified date
  61. Must I rewrite the whole login form or can I jsut do a part
  62. How to move custom icons from parent theme to the child theme
  63. How to create custom post type selection to nav menu
  64. Duplicate Header and Footer
  65. Unhook a function within a class in the child theme
  66. Custom permalink structure for posts in certain categories
  67. Remove distraction free mode from teeny editor
  68. Send email notification when post type product is publish from pending status
  69. How to add rewrite rule for product compare page?
  70. Saving of Draft is failing
  71. How to narrow the area between buttons on Helium theme sidebar? [closed]
  72. Where to put coding a validation script for store? [duplicate]
  73. Custom Avatars for WordPress Comments VIA Website URL?
  74. Should disabling a plugin that has been customized by a developer crash the site?
  75. Replace an URL with an new URL which has a “?” in it
  76. Embedded Options in a Custom Metabox
  77. How to add the option to choose between sizes for featured image within post editor?
  78. WordPress Customizer: Check for value of CSS selector and replace it
  79. Contact form 7 ajax response true/false based on some condtion
  80. Customize WP website specific column with CSS
  81. How do I target this page specifically?
  82. Help needed creating a custom Hamburger menu in header
  83. A specific menu inside a page, load different contents without reloading it, under the same link
  84. Calling get_theme_mod() of an WP_Customize_Image_Control() returns an Array, how do I correctly return the image src for my custom theme?
  85. Menu selection for header
  86. How to display custom admin pointers (tips/notifications) in Dashboard until dismissed?
  87. How to hide or remove a custom widget area when empty
  88. Replace Vimeo and Youtube in from scratch theme with from-the-group-up single post template?
  89. admin aoolbar add_node() and pulling in my post slug
  90. Execute function with jQuery if widget added or removed?
  91. How do I display custom RSS fields on my site?
  92. twenty seventeen customizer duplicates section content
  93. How to use a custom playlist template:
  94. Problems with running a 2nd installation of WordPress on my domain?
  95. Post filter with multiple checkbox taxonomy terms
  96. Change the WordPress > Error title?
  97. Disable post-new.php (default Post type)?
  98. How do I change the content of an element for a theme without losing the styling?
  99. Run a welcome tour after multisite creation?
  100. duplicate featured image functionality in custom meta box
Categories customization Tags customization, icon, login, password
Display a list subcategories under the main product category thumbnails?
Critical Site Health Issue after WordPress Migration

Recommended Hostings

Cloudways: Realize Your Website's Potential With Flexible & Affordable Hosting. 24/7/365 Support, Managed Security, Automated Backups, and 24/7 Real-time Monitoring.

FastComet: Fast SSD Hosting, Free Migration, Hack-Free Security, 24/7 Super Fast Support, 45 Day Money Back Guarantee.

Recent Added Topics

  • Bug in translation system: load_theme_textdomain() returns true, files are available and accessible but the language defaults to english
  • Custom Elementor controls not appearing in the widget Advanced tab using injection hooks
  • Get the name of the template/*html file used
  • Trying to Add Paging to Single Post Page
  • Sharing media files between live and staging servers
  • How to display the description of a custom post type in the dashboard?
  • Critical error on image display
  • Copying WP data and files into new install?
  • How to determine the DirectAdmin WordPress backup date?
  • How to get list of ALL tables in the database?
© 2026 Read For Learn
  • Database
    • Oracle
    • SQL
  • algorithm
  • asp.net
  • assembly
  • binary
  • c#
  • Git
  • hex
  • HTML
  • iOS
  • language angnostic
  • math
  • matlab
  • Tips & Trick
  • Tools
  • windows
  • C
  • C++
  • Java
  • javascript
  • Python
  • R
  • Java Script
  • jQuery
  • PHP
  • WordPress