Page 1 of 1

Removing ">>" in GuMaxDD

Posted: May 17th, 2012, 12:57 am
by Dreaminggecko
Older iterations of the Gumax Drop Down skin simply listed the name of the items in the Sidebar as top-level menu items. But in more recent versions, it adds a ">>" symbol in the drop-down menu, after the name of the item. So having "Navigation" produces "Navigation >>". Is there a way to remove the ">>" from the display? I much preferred the old behavior, but I do not want to use older versions if possible.

Re: Removing ">>" in GuMaxDD

Posted: May 21st, 2012, 10:06 pm
by Paul
It's in GuMaxDD.php, use notepad to edit it.

Re: Removing ">>" in GuMaxDD

Posted: May 27th, 2012, 9:32 pm
by Dreaminggecko
Tried looking, but didn't see the line. Could you point me to the exact section or line I'm looking for?

Re: Removing ">>" in GuMaxDD

Posted: May 28th, 2012, 7:09 pm
by Paul
Find this line:

Code: Select all

			<li><a id="gumax-nav-heading" href="#"><?php print $txtOut; ?>  &raquo;</a>
Remove:

Code: Select all

 &raquo;