Tagged: x
-
AuthorPosts
-
October 3, 2016 at 10:14 am #1200581
There is a blue onclick highlight appearing around menu items where I have turned off the link, I turned the link for the top level menu item off from the Menus dialog. It does not appear when clicking actively linked menu items. I don’t know where to find this setting. A CSS selector would do as well.
I just want to remove it.
Any thoughts on?
October 3, 2016 at 10:15 am #1200585This reply has been marked as private.October 3, 2016 at 11:38 am #1200676Hi There,
Try adding the following CSS under Customizer > Custom > Edit Global 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.
October 4, 2016 at 1:38 pm #1202363It had no effect.
October 4, 2016 at 3:31 pm #1202515Hi again,
Please add the following code in your Customizer:
.ubermenu, .ubermenu .ubermenu-column, .ubermenu .ubermenu-divider, .ubermenu .ubermenu-item, .ubermenu .ubermenu-nav, .ubermenu .ubermenu-retractor, .ubermenu .ubermenu-row, .ubermenu .ubermenu-search, .ubermenu .ubermenu-search-input, .ubermenu .ubermenu-search-submit, .ubermenu .ubermenu-submenu, .ubermenu .ubermenu-submenu-footer, .ubermenu .ubermenu-tabs, .ubermenu .ubermenu-tabs-panels, .ubermenu .ubermenu-target, .ubermenu-responsive-toggle { outline: none !important; }
Let us know how this goes!
October 5, 2016 at 8:54 am #1203429Hmm. No effect.
October 5, 2016 at 9:02 am #1203437This reply has been marked as private.October 5, 2016 at 9:03 am #1203439Also note that I am using UberMenu — it’s related to that.
October 5, 2016 at 9:58 am #1203509Please add the code below in your Appearance > Customize > Custom > Global CSS
.ubermenu-accessible input:not(:hover):focus, .ubermenu-accessible:not(:hover) .ubermenu-target:focus { outline: none; box-shadow: none; }
Hope that helps. 🙂
October 5, 2016 at 10:33 am #1203564Still no effect. And it’s blue on some items, and red on others. Make a me crazy.
October 5, 2016 at 11:20 am #1203651I don’t see the code we’ve given been added. Would you mind removing all customizations and try the code again. Make sure you completely copy the code. If it still doesn’t help, please give us access to your WordPress admin.
Thanks.
October 5, 2016 at 1:38 pm #1203836This reply has been marked as private.October 5, 2016 at 5:38 pm #1204116Hi There,
Thanks for the credentials, but it does not have an admin role. Do you have a caching plugin/feature? Make sure you clear your cache (plugins and browser) after adding the code provided.
We have encounter this issue many times, and it is only on Firefox because firefox is adding that focus outline attribute to anchors. The custom CSS below should resolve the issue.
a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus { outline: none !important; }
Let us know how it goes.
Cheers!
October 5, 2016 at 6:30 pm #1204157Sorry about that, I upgraded you to admin.
It definitely happens in Chrome, Firefox, and Safari — all three.
The code is in place but did not resolve, caches emptied. What do you get when you look at it?
October 5, 2016 at 8:45 pm #1204461Hello There,
Are you seeing something like this?
At this time I am not entirely certain what it is you would like to accomplish based on the information given in your post. If you wouldn’t mind providing us with a little more clarification on what it is you’re wanting to do (a link to a similar example site would be very helpful, or perhaps some screenshots), we’ll be happy to provide you with a response once we have a better understanding of the situation.
Thank you.
-
AuthorPosts