Ubermenu visited border?

Hi, I have a weird border, i think is from the visited call, but I cant seem to target it to remove the border.
Screenshot 2020-07-27 07.45.46
You can see it in the screenshot above, and it only shows when i click on a menu that has a submenu, and then hover over any other top level menu item. There is a gray and white border that did not used to be there. Any ideas on how to target this, so i can remove the border?

Thank you!

Hi @coloradodesigngroup,

Thanks for writing to us.

Sometimes only screenshot doesnot help us to recognize the issue you are having. We need to examine your site to get the cause of the issue.
Hope you will not mind to share your website credentials.
Please provide the details of your site in a secure note, including:

– Link to your WordPress site
– WordPress Admin username / password

To create a secure note, click the key icon underneath any of your posts.

Thanks

woops! of course i need to offer a link! i added a secure note

Hi @coloradodesigngroup,

Site wp-admin is not accessible to us. Can you please whitelist the IP(s), or remove the restrictions to the IP(s).

Thanks

sure , can do, can you please send the IP you want white-listed? maybe in a note?

Hi @coloradodesigngroup,

Sorry, but we are from different parts of the World and most of us have a dynamic IP so we can’t really provide a specific ID address.

In the meantime, please try adding this to Theme Options > CSS

li.ubermenu-item:focus,
a:-webkit-any-link:focus {
	outline: none !important;
}

Cheers!

That did it! You guys are awesome. thank you

We are delighted to assist you with this.

Cheers!

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