Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #988282
    PersimmonDesign
    Participant

    Hello,

    I’m wondering how I can get rid of this square border that surrounds by nav buttons after visited?

    I’ve supplied a photo for reference.

    Thanks,

    Luisa

    #988321
    Prasant Rai
    Moderator

    Hello Luisa,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #994444
    PersimmonDesign
    Participant

    Hi,

    I am creating this site locally so unable to send you url unless there’s a way to do so that I’m unaware of.

    Please advise.

    #994488
    Rahul
    Moderator

    Hi there,

    To remove the border around the menu, place the following CSS code into your Customizer, Custom > CSS section using the menu Appearance -> Customize.

    .x-navbar .x-nav > li > a {
        border-left: medium none;
    }
    
    .x-navbar .x-nav > li:last-child > a {
        border-right: medium none;
    }
    
    .x-logobar {
        border-bottom: medium none;
    }
    
    .x-navbar {
        border-bottom: medium none;
    }
    #1000179
    PersimmonDesign
    Participant

    Thank you that worked!

    #1000274
    Joao
    Moderator

    That is great to hear it.

    Let us know if you need further help.

    Joao

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