How can I remove the red border around menu items when clicked?

Hey guys when you right click, left click on any of the menu items it gives this red border around it. Does anyone know how to turn it off. You can see it on this page here. https://directcomputers.myshopify.com

password: flowma

Good Afternoon,

Please add this snippet to the bottom of your stylesheet located within your theme:
Online Store > Edit Code > Assets > theme.scss.liquid

.site-navigation .navmenu-depth-2 .navmenu-link:focus{
    outline: none !important;
}

If you’re not sure how to find your stylesheet, please take a look at this tutorial:
https://getshogun.com/learn/edit-css-shopify#:~:text=To%20find%20your%20CSS%20file,access%20the%20Shopify%20source%20code.

Hope this helps!

-Justin

Thank you so so much!!

1 Like

Good Morning,

Not a problem! Glad that I could Help!