• Hi,

    I’ve noticed today that anytime I click a button, if I return to the page or stay on it, a blue dashed stroke appears around the button. This is happening site wide. I recently updated the theme, so I’m guessing it has something to do with it. Anyone have any advice?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve noticed this as well… it looks like an active/focus style of sorts.

    Hello @adamnapoli and @hshah,

    You can add this code to your Custom CSS field of the Customizer (Appearance > Customize > Custom CSS/JS):

    a:focus {
    outline: 0px !important;
    outline: none !important;
    }

    With future updates, we will see to use the default browser outline using JS instead of CSS.

    Hope this helps. Best of luck with your websites

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Weird dashed stroke appearing around my buttons’ is closed to new replies.