• delecroixfr

    (@delecroixfr)


    Hello

    Often, When clicking on product or other parts, I have a hover dotted border. How to deactivate it?

    maisondelecroix.com

Viewing 1 replies (of 1 total)
  • Theme Author YITHEMES

    (@yithemes)

    Hello there ??
    You can disable the outline accessibility feature adding to your site this small piece of additional CSS code

    a:focus {
        outline: none;
    }

    Have a nice day ??

Viewing 1 replies (of 1 total)
  • The topic ‘Border hoover’ is closed to new replies.