Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1385703
    Airberg
    Participant

    Sometimes when i click on my site in some urles this red border show up. How can i disable it? illogicgaming.net

    #1385704
    Airberg
    Participant

    This

    #1385948
    Christopher
    Moderator

    Hi there,

    Please add following code in 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: none;
    }

    Hope that helps.

    #1386488
    Airberg
    Participant

    Il i click a menu item with dropdown with left click it comes with a blue outlane, while the other one without sub menu it’s ok

    I have also a border under seach bar when it dropdowns, going with cursor over search icon, it shows red border. How can i fix it?

    #1386754
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in! To resolve the blue line in your menu item, please add the following css code in the customizer, Appearance > Customize > Custom > Edit Global CSS

    .ubermenu .ubermenu-item:focus,
    .ubermenu .ubermenu-item span:focus {
        outline: none;
        box-shadow: none;
    }

    Hope this helps. Please let us know how it goes.

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