Tagged: x
-
AuthorPosts
-
January 9, 2017 at 7:22 am #1322294
cabmosParticipantHi,
In an other website I used
.x-navbar .desktop .x-nav > li > a:hover, .x-navbar .desktop .x-nav > .x-active > a, .x-navbar .desktop .x-nav > .current-menu-item > a {
box-shadow: none !important;
}to remove the annoying outline when a link is selected. With a current website I’m working on, this does not work. Both sites use Ethos.
How can I fix this? I tried several suggestions as mentioned in various topics but nothing works. Thanks in advance
January 9, 2017 at 7:32 am #1322315
ThaiModeratorHi 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.
January 9, 2017 at 7:41 am #1322328
cabmosParticipantI’m sorry I pasted the wrong code, I meant I used
a:focus, select:focus, input[type=”file”]:focus, input[type=”radio”]:focus, input[type=”submit”]:focus, input[type=”checkbox”]:focus {
outline: none !important;
}January 9, 2017 at 7:42 am #1322330
cabmosParticipantThanks I got it working now, my mistake sorry
January 9, 2017 at 7:59 am #1322353
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1322294 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
