Home › Forums › CSS › Boot Store Theme Remove horizontal line in Navigation › Reply To: Boot Store Theme Remove horizontal line in Navigation
January 13, 2014 at 11:03 pm
#160348
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.