Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1222274
    VelocityWeb
    Blocked

    When your click on the downward arrow in firefox I see red striped appear above and below the arrow

    #1222277
    VelocityWeb
    Blocked

    picture

    #1222278
    VelocityWeb
    Blocked

    This is the Picture 2

    #1222281
    VelocityWeb
    Blocked
    #1222465
    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.

    #1222473
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > 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

    Joao

    #1223444
    VelocityWeb
    Blocked

    Thanks! The first one did the trick. I added the 2nd one as well.

    #1223478
    Friech
    Moderator

    Hi There,

    Those code are the same, the first one works because its declared !important

    Add only one.

    Thanks.

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