Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Ramona

    (@nextend_ramona)

    Hi @mtporter

    I think you are talking about the borders of each menu item level: which you can find and remove (by setting them to 0) at the Theme: Default – Configure -> under #1 level parameters – Border:
    http://imgur.com/a/HSVZY

    But if its not that (or maybe you have already set them to 0), and the line is only after 2 accordion menu widget, then maybe your theme puts a border below the widgets. You could check that by using your browser’s developer tools like this: http://accordion-menu.helpscoutdocs.com/article/1220-developer-chrome#code

    and when you find the code that is making the (probably) border, I would suggest removing it.

    If you would need me to help with this, please contact me directly at support@nextendweb.com. In your e-mail please refer to this topic and send me a link to the website where I can see the problem.

    Thread Starter mtporter

    (@mtporter)

    I found! It was the theme’s css

    .sidebar-widget {
    border-bottom-width:1px;
    border-bottom-style:solid;
    padding:1px 0;
    }

    I just commented it out (just in case) and wholla, problem solved

    Plugin Author Ramona

    (@nextend_ramona)

    Hi @mtporter

    Fantastic work! 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to hide horizontal lines?’ is closed to new replies.