Title: Border on active Link
Last modified: December 7, 2022

---

# Border on active Link

 *  [mkka710](https://wordpress.org/support/users/mkka710/)
 * (@mkka710)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/border-on-active-link/)
 * Hi, how can I deactivate the border around the links? It is possible without 
   changeing css code?
    Mandy thank in advance. Aicha
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fborder-on-active-link%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 5 months ago](https://wordpress.org/support/topic/border-on-active-link/#post-16270822)
 * Hello [@mkka710](https://wordpress.org/support/users/mkka710/),
 * The outline is not an issue. It’s an accessibility requirement (we’re required
   to use it). But you can disable it on your end with custom CSS. To remove the
   outline, please add the following CSS code in the Custom CSS area in the Customizer:
 *     ```
       a:focus {
           outline: 0px !important;
           outline: none !important;
       }
       ```
   
 * Please read this link about the CSS code on the Customizer:
    [https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website](https://docs.oceanwp.org/article/354-add-custom-css-and-js-to-your-website)
 * For more information about Accessibility, please read this article: [https://developer.mozilla.org/en-US/docs/Web/Accessibility](https://developer.mozilla.org/en-US/docs/Web/Accessibility).
 * **Note:** if you have any cache plugin or server cache(CDN / Browser Cache and
   Cookies and …), you need to clear its cache contents or disable them to see your
   changes.
 * Best Regards
 *  Thread Starter [mkka710](https://wordpress.org/support/users/mkka710/)
 * (@mkka710)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/border-on-active-link/#post-16421707)
 * Hi Shahin,
 * I´m sorry for my late answer.
 * Thanks for your fast support. It works great!
 * Best regards
 * Aicha
 *  [Shahin](https://wordpress.org/support/users/skalanter/)
 * (@skalanter)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/border-on-active-link/#post-16425532)
 * You’re welcome.
    I’m glad it is solved.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Border on active Link’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/oceanwp/4.1.5/screenshot.png)
 * OceanWP
 * [Support Threads](https://wordpress.org/support/theme/oceanwp/)
 * [Active Topics](https://wordpress.org/support/theme/oceanwp/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/oceanwp/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/oceanwp/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Shahin](https://wordpress.org/support/users/skalanter/)
 * Last activity: [3 years, 3 months ago](https://wordpress.org/support/topic/border-on-active-link/#post-16425532)
 * Status: not resolved