Welcome to the official page for the Disable Link Outline CSS plugin!
This plugin is designed to enhance your website by allowing you to easily disable the default outline and border styles on active and focused links using a simple CSS rule. With an intuitive settings page, you can enable or disable this feature with a single click.
Description:
A plugin to disable the outline and border on active and focused links across your website.
Version:
1.2.3
Tested with WordPress Version:
6.5.4
Usage Instructions:
To disable the outline and border on active and focused links, follow these steps:
- Install and activate the plugin from the WordPress admin panel.
- Navigate to
Settings->Disable Outline. - Check the box to enable the custom CSS or uncheck it to disable.
- Save your settings.
The custom CSS applied by this plugin is as follows:
a:active, a:focus {
outline: 0 !important;
border: none !important;
-moz-outline-style: none !important;
}
Plugin Information:
- Author: Mastermas
- Date of Creation: 14/06/2024
- Tested up to WordPress Version: 6.5.4
Security:
The plugin follows WordPress coding standards and best practices to ensure a secure integration with your website. Always keep your plugins and WordPress installation updated to the latest versions for optimal security.





