I can’t seem to have access to admin section of the premium theme, nor am I certain which of the themes you are using.
In the editor for the “Classified” theme, for example, you can change the list order.
Search for
<div class=”tabstyle1″>
<ul class=”nav nav-tabs ” role=”tablist”>
<li role=”presentation” class=”active”>New Arrivals
<li role=”presentation”>Most Popular
<li role=”presentation”>Most Viewed
<li role=”presentation”>Featured Listings
</div>
Change it to
<div class=”tabstyle1″>
<ul class=”nav nav-tabs ” role=”tablist”>
<li role=”presentation”>Featured Listings
<li role=”presentation” class=”active”>New Arrivals
<li role=”presentation”>Most Popular
<li role=”presentation”>Most Viewed
</div>