Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1249541
    zouhair.stitou
    Participant

    Hi,

    I have the following strange behavior in my menu top items.
    The items are set to react on hover. But when i click on an item and them just leave it. It gets a strange blue border (permanently). The border disappears only when i click on another item. Then this clicked item starts behaving this strange way.

    My site is: leopardcp.com

    Thanks in advance.
    Regards

    #1249608
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can remove that outline using following CSS code under Custom > CSS in the Customizer:

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

    Thanks.

    #1250348
    zouhair.stitou
    Participant

    Thanks a lot. Working great.

    #1250352
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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