Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1131275
    Eliary
    Participant

    Hi!

    I’ve noticed that on Firefox all buttons (including the main menu) have borders when clicked. I’ve noticed that my problem is similar to that posted in #771808. I tried the code posted there to no avail– perhaps I’m putting it in the wrong location. Would very much appreciate your help. My url: http://apipartners.com/

    Thanks!

    #1131351
    Lely
    Moderator

    Hello Eliary,

    Please try adding the following custom CSS on Appearance > Customize > Custom > Edit Global CSS:

    a:focus, select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="submit"]:focus, input[type="checkbox"]:focus {
        outline: none !important;
    }

    That might not work because you do have extra closing tag in your current custom CSS. Please check this part:

    .tagline {
         /*color: black;*/
         font-size: 2.25em;
    }
    
    }

    Please remove the extra closing curly brace. That is considered syntax error in CSS. Should be like this:

    .tagline {
         /*color: black;*/
         font-size: 2.25em;
    }

    Hope this helps.

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