Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #979894
    dario
    Participant

    Hi!

    I got a problem with the navbar’s link. I want t completely hide em. I tried to set them black and I inserted the following code:

    `a:focus, select:focus, input[type=”file”]:focus, input[type=”radio”]:focus, input[type=”submit”]:focus, input[type=”checkbox”]:focus {
    outline: none;
    }

    But when I click a navbar link and I move the puntator out of the link, the border pops up red (really don’t know why, maybe this colour has some relation with the integrity 4 demo I installed in the beginning, because none of my setting in the whole Customizer has that colour)

    I will give you the URL in the following message.
    Thank you in advice

    #979895
    dario
    Participant
    This reply has been marked as private.
    #980005
    Thai
    Moderator

    Hi There,

    Please add the following CSS:

    .x-navbar-fixed-left .desktop .x-nav>li>a:focus, 
    .x-navbar-fixed-left .desktop .x-nav>li>a:hover {
        box-shadow: inset 8px 0 0 0 #000;
    }

    Hope it helps 🙂

    #980832
    dario
    Participant

    Worked wonderfully. Thanks!

    #980835
    Christopher
    Moderator

    You’re welcome.

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