Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1159050
    Jennifer P
    Participant

    Hi,

    I’m using the integrity theme with a fixed left navbar. I have the transparency turned off. There is an inner border that I would like to be rid of. And I can’t seem to pinpoint the right class or id in order to do so. I’ve used this to make the outer border they way I would like it:

    .x-navbar-fixed-left {
    border-right: 20px solid #ee427f;
    box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    }

    I’ve tried targeting x-navbar-inner but it doesn’t work. Can you help? See the attached screenshot to see what I’d like to be rid of…the gray inner border and shadow.

    Thanks!

    #1159314
    Friech
    Moderator

    Hi There,

    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.

    Cheers!

    #1159401
    Jennifer P
    Participant
    This reply has been marked as private.
    #1159441
    Rad
    Moderator

    Hi there,

    Please add this CSS

    .x-navbar {
        overflow-y: visible;
    }

    That should do it, cheers!

    #1160170
    Jennifer P
    Participant

    That did it. Thanks!

    #1160345
    Rad
    Moderator

    You’re welcome!

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