• When you click on any link in the navigational menu, a purple box appears around it. Can I change the color of this?

    Using Storefront theme.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this in Appearance > Customizer > Additional CSS:

    .main-navigation ul.menu > li > a:focus {
     outline: 0;
    }
    Thread Starter topherdk

    (@topherdk)

    Thanks! That worked on the main menu, but on the drop downs the purple box is still appearing when you click on those links

    Moderator bcworkz

    (@bcworkz)

    I’m not seeing any outline box on any menu item on focus. Either you’ve resolved this or your browser’s cache needs to be flushed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Menu Border Color Upon Click’ is closed to new replies.