Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Boot Store Theme Remove horizontal line in Navigation Reply To: Boot Store Theme Remove horizontal line in Navigation

#160348
jaimebarriga
Participant

All you have to do is remove <li class="divider-vertical dropdown"></li> from

<ul class="nav pull-right">
    <li class="divider-vertical dropdown"></li>
    <li class="pull-right dropdown">...</li>
</ul>

Not sure what that first list item is supposed to do, but if it is there for a reason then you could also just remove the border for .navbar .divider-vertical. The line you see is just the borders.