Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #908495
    wj_ang
    Participant

    Hi X,

    I am currently thinking of using Integrity 7 for my website. While playing around with the demo in different browsers, I realised that a box would appear around the nav link in Firefox when the nav link is clicked and off hover (I have attached a picture below to illustrate this problem).

    Is there a solution to this?

    Thank you!

    #908498
    wj_ang
    Participant

    I have uploaded the screenshot here:

    #908634
    Paul R
    Moderator

    Hi,

    To remove it, you can add this under Custom > CSS in the Customizer.

    
    .x-navbar .desktop .x-nav > li > a:hover,
    .x-navbar .desktop .x-nav > li > a:visited,
    .x-navbar .desktop .x-nav > li > a:focus,
    .x-navbar .desktop .x-nav > li > a:active {
           border:0;
           outline:none;    
    }
    

    Hope that helps.

    #909071
    wj_ang
    Participant

    Awesome! It works! Thanks X!

    #909188
    Thai
    Moderator

    Glad it worked 🙂

    If you need anything else please let us know.

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