Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

#2196
Robert Kavgić
Participant

Hello,

You can remove the dropdown menu easily.
For example, to remove it from the “Home” item, modify the following code at about line 151:

<li class="dropdown pi-mega-fw current-menu-item">
	<a href="#" class="dropdown-toggle" data-toggle="dropdown">Home</a>
	<ul class="dropdown-menu">
		<li>
			<div class="pi-mega-content">
				<div class="row">
					<div class="col-md-3 pi-mm-col">
						<ul class="pi-mm-list">
							<li class="current-menu-item"><a href="index.html">Home Default</a></li>
							<li><a href="index02.html">Home style 2</a></li>
							<li><a href="index03.html">Home style 3</a></li>
							<li><a href="index04.html">Home style 4</a></li>
						</ul>
					</div>

					<div class="col-md-3 pi-mm-col">
						<ul class="pi-mm-list">
							<li><a href="index05.html">Home style 5</a></li>
							<li><a href="index06.html">Home style 6</a></li>
							<li><a href="index07.html">Home style 7</a></li>
							<li><a href="index08.html">Home style 8</a></li>
						</ul>
					</div>

					<div class="col-md-3 pi-mm-col">
						<ul class="pi-mm-list">
							<li><a href="index09.html">Home style 9</a></li>
							<li><a href="index10.html">Home style 10</a></li>
							<li><a href="index11.html">Home style 11</a></li>
							<li><a href="index12.html">Home style 12</a></li>
						</ul>
					</div>

					<div class="col-md-3 pi-mm-col">
						<ul class="pi-mm-list">
							<li><a href="index13.html">Home style 13</a></li>
							<li><a href="index14.html">Home style 14</a></li>
							<li><a href="index-one-page.html">One page style 01</a></li>
							<li><a href="index-one-page-2.html">One page style 02</a></li>
						</ul>
					</div>
				</div><!-- .row end -->
			</div><!-- .pi-mega-content end -->
		</li>
	</ul><!-- .dropdown-menu end -->
</li><!-- MENU ITEM .dropdown end -->

to look like the following:

<li class="pi-mega-fw current-menu-item">
	<a href="http://google.com">Home</a>
</li><!-- MENU ITEM end -->

I have attached a zipped index.html file with the dropdown menus removed from the Mixed wide template.

Robert

Attachments:
You must be logged in to view attached files.