• Hi there,

    There is an option in Customizer “Focus Outline Width”, that creates outline rule for every link in the website.
    I found a solution:
    In file /includes/pojo-a11y-customizer.php in line 134 I added one row with choice ‘0px’ => ‘0px’.

    Another solution for those who have the same problem is to add this css rule: body.pojo-a11y-focusable a:focus {outline:0px !important;}

    I think there should be such an option, also a correction to the code.
    Again, a great thank you!!!

    • This topic was modified 3 years, 1 month ago by Dimis99.
  • The topic ‘Problem with outline’ is closed to new replies.