Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1294020
    Gnomo Bàgnolo
    Participant

    Hi

    As you can view in this image
    http://prntscr.com/djop60

    selected menu item on Firefox browser, has a “strange” box frame.

    Is it a default setting or is it a firefox bug?

    For live example try http://www.ilsentierodeglignomi.it

    Thank You

    #1294059
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
        outline: 1px dotted #ff2a13;
    }

    To completely remove it, change outline: 1px dotted #ff2a13; to outline: 0

    Thanks.

    #1300301
    Gnomo Bàgnolo
    Participant

    Hi and Thank You for your reply

    I’ve followed your suggestions, but with first solution compare a little dotted box frame ALSO on Chrome and Explorer

    Thank You

    Daniele

    #1300321
    Thai
    Moderator

    Hi Daniele,

    To completely remove it, please try with this:

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

    Regards!

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