XF 1.3 How to remove navigation tab title?

I had this...

<div class="Menu JsOnly tabMenu toolsTabLinks">
<div class="primaryContent menuHeader">
<h3>Title</h3>
<div class="muted">Quick Links</div>
</div>

and just stripped this...


<div class="Menu JsOnly tabMenu toolsTabLinks">
<div class="primaryContent menuHeader">
<h3>Title</h3>
<div class="muted">Quick Links</div>

</div>
 
OK.
If you think that works better for you, go ahead.

Quite why you've left an empty div in place is anyone's guess though.
 
OK.
If you think that works better for you, go ahead.

Quite why you've left an empty div in place is anyone's guess though.
To be honest, I know nothing about coding. I was just removing items until I got what I wanted.
I tried removing the entire... <div class="primaryContent menuHeader">
but it distorted my menu.
 
Back
Top Bottom