[Resolved] Remove Line From Off Canvas Panel

Home Forums Support [Resolved] Remove Line From Off Canvas Panel

Home Forums Support Remove Line From Off Canvas Panel

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #998016
    Rizki

    Hi there,

    How to remove the line from off canvas panel ?

    Thanks

    #998127
    Leo
    Staff
    Customer Support

    Hi there,

    Remove this CSS:

    .slideout-navigation .main-nav {
        border-bottom: 1px solid rgba(0,0,0,.1);
    }

    Let me know if this helps πŸ™‚

    #998188
    Rizki

    Hi Leo,

    The lines are still visible.

    #998348
    David
    Staff
    Customer Support

    Once that CSS is removed add this:

    #generate-slideout-menu .main-nav {
        border-bottom: 0;
    }
    #998387
    Rizki

    Hi David,

    The lines are still visible πŸ™ I have clear cache but still visible.

    #998389
    David
    Staff
    Customer Support

    I have updated the CSS here to give it greater specificity then the rule you’re trying to override

    #998394
    Rizki

    Ah, now the line has removed, after clear cloudflare cache. Thanks for support your πŸ™‚

    #998395
    David
    Staff
    Customer Support

    Glad we got there!

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.