The html attribute I am trying to change is:
<li class="wp-has-submenu wp-not-current-submenu menu-top menu-icon-tools" id="menu-tools" style="display: none; ">
Thank you,
I know it is not detailed, but I could not think of anything else I needed to say.
$("#menu-tools").hide();and$("#menu-tools").show();should do the trick instead of using inline css. This requires jQuery.