Remove blue border when clicking on navbar (ubermenu)

Hi there!

When I click on a tab in the navbar, a blue border appears around the tab. This didn’t used to happen. Is there a way I can remove this blue border? Is there perhaps a setting within UberMenu that I haven’t found where I can disable it without CSS?

Please advise.

Many thanks!

Hi There,

Try adding the following CSS under X > Theme Options > CSS:

a:focus, a.x-btn:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus, input[type="button"]:focus { outline: none !important; }

Hope it helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.