Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1371444
    koosang153
    Participant

    Hello,

    I am trying to remove, grey border color on navigation bar when it’s hover.
    If it’s possible, please let me know.

    If it is hard to remove the border, please let me know how to change the color to white! so that at least it’s invisible 🙂

    Thanx!!!

    #1371543
    Friech
    Moderator

    Hi There,

    Thanks for writing in! Please add this on your custom CSS on Customizer.

    .x-navbar .desktop .x-nav>li>a:hover>span {
    	border-color: transparent !important;
    }

    If that does not work, please provide us the site URL.

    Cheers!

    #1373712
    koosang153
    Participant

    Hello,

    my site is up, http://naver.design/

    Your code is partially working!
    I still see the grey line just before hovering state…
    Is it possible to hide that too??

    Please check and let me know. Thank you!!!

    #1373962
    Joao
    Moderator

    Hi There,

    Please add hte following code to Appereance Customizer Custom CSS

    
    .x-navbar .desktop .x-nav>li>a>span {
          border: 0;
    }

    If you still se a grey line you want to remove, please provide a screenshot so we can help.

    Thanks

    #1398620
    koosang153
    Participant

    HEllo,

    I did follow and yet, when I move my cursor around, I can still see the round square shortly..

    http://www.naver.design

    Please let me know how I can fix the issue.

    Thank you!

    #1398895
    Thai
    Moderator

    Hi There,

    Please try with this CSS instead:

    .x-navbar .desktop .x-nav > li > a > span {
        border-color: transparent !important;
    }

    Hope it helps 🙂

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