• Resolved neha003

    (@neha003)


    I need help in removing the purple border from primary navigation menu whenever I click on any menu

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Shameem – a11n

    (@shameemreza)

    Hi @neha003

    Please add this custom CSS to your site (Appearance > Customize > Additional CSS):

     .main-navigation a {
        outline: none !important;
      }

    If above one doesn’t work, please use this one:

    .main-navigation ul li a:hover {
        outline: none !important;
      }

    I hope this helps! Please let us know how it goes or if you need further assistance.

    Plugin Support Shameem – a11n

    (@shameemreza)

    Hi @neha003,

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. Hopefully, you were able to find a solution to your problem!

    If you have further questions, please feel free to open a new topic.

    Thanks!

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

The topic ‘Storefront navigation bar current menu item click CSS’ is closed to new replies.