Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1322294
    cabmos
    Participant

    Hi,

    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

    #1322315
    Thai
    Moderator

    Hi 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.

    #1322328
    cabmos
    Participant

    I’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;
    }

    #1322330
    cabmos
    Participant

    Thanks I got it working now, my mistake sorry

    #1322353
    Thai
    Moderator

    If you need anything else please let us know.

  • <script> jQuery(function($){ $("#no-reply-1322294 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>