Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1087213

    Hi,

    I have tried several things on the forum but all didn’t do the trick.
    how can I remove this border (attachment)?

    It’s only shown right after I clicked on it, and it’s gone when I hover away from it, but it comes back (active link) when I hover back on it.

    I believe it’s the same color as the “site links” found in the Typography section when you customize your theme.

    What do I need to adjust in the custom css?

    #1087215
    This reply has been marked as private.
    #1087222

    With Chrome I don’t have this issue, but with Firefox I do.

    #1087244
    Rahul
    Moderator

    Hey There,

    Please try using this custom CSS :

    .x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
        box-shadow: none;
    }

    Thanks

    #1087327

    Thanks, but that didn’t do the trick.

    #1087557
    Nabeel A
    Moderator

    Hi again,

    Please replace your code with this:

    .x-navbar .desktop .x-nav > li > a:hover > span, .x-navbar .desktop .x-nav > li.x-active > a > span, .x-navbar .desktop .x-nav > li.current-menu-item > a > span {
        box-shadow: none !important;
    }

    Let us know if this works!

    #1088211

    Hi, thanks again!

    But also, this did not do the trick.

    I am 100% certain this has to do with the “site links” found in Customize -> Typography.
    It’s also visible when you click on a blogpost or any other link on the site.
    I assume this has nothing to do with the navigation, but with the global link CSS. I am using the RENEW temp.

    The problem is that not all ‘background colors’ are the same otherwise it would be easy to fix.

    Cheers,

    #1088213
    This reply has been marked as private.
    #1088436
    Joao
    Moderator

    Upon Checking your website it seems the navbar don“t have any highlight or any effects.

    In case you see it differently please clean your browser cache.

    Let us know if you still need help with anything.

    Joao

    #1092127

    Hi Joao,

    Thanks for looking into it. Could this be a browser issue? Hence I am seeing the black border around any “clickable” link/image/navigation.

    It’s the black border in the attachment I’ve uploaded within the first post.

    #1092154
    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.

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