Greetings forum members
I am lost in this bootstrap world, I inherited a word press site that I need to modify, the site was (assuming) hard coded (core bootstrap files) by adding or editing the default bootstrap html/css pages, not using the word press dashboard to create the menu or it's styling. Bare with me since I have no bootstrap knowledge to go and locate where and what or how to modify default or customized core files. The site menu needs to change, word press dashboard menu is not the one they used so I cant update or change it, Where and what are the pages that I need to locate that create this bootstrap navbar navigation??
--------------
this is part of the navigation I can see by looking at the source on google !!
--------------
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">

<li><a class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" href= "1" >Solutions<span class="caret"></span></a>
<ul class="dropdown-menu">

<li><a href="https://www.vemark.com/solutions/#">All Solutions</a></li>

<li><a href="https://www.vemark.com/solutions/salvage-now/#">Salvage Now</a></li>

<li><a href="https://www.vemark.com/solutions/trade-your-wreck/#">Trade Your Wreck</a></li>

<li><a href="https://www.vemark.com/solutions/snaps/#">SNaps</a></li>

<li><a href="https://www.vemark.com/fleet-management-software/#">Salvage PRO</a></li>

<li><a href="https://www.vemark.com/solutions/bid-central/#">Bid Central</a></li>
</ul>
</li>

-------------------------------
I need to be able to ether edit it or remove it and build a new one ( bootstrap navbar ) without re building the whole website and using the word press standard dashboard menu creator. Thanks,