This topic has 4 replies, 2 voices, and was last updated 8 years, 8 months ago ago by Robert Hall
Hi,
How do I edit or remove the title of the mobile nav menu when it’s open? http://screencast.com/t/OcGCcasrB3OL
Thanks,
Michael
Hello,
Please add the following code in Theme Options->Custom CSS->Global Custom CSS.
.mobile-nav-heading.close-mobile-nav {
display: none;
}
Regards,
Robert Hall
Thanks. Is there a way to put the “x” back in the right corner?
Also, how would I keep the text there, but change it to a different word?
In this case you need edit file \wp-content\themes\woopress\header.php on line 29
<div class="close-mobile-nav close-block mobile-nav-heading"><i class="fa fa-bars"></i> <?php _e('Navigation', ETHEME_DOMAIN); ?></div>
You can edit word there or remove it to leave “x” element.
Regards,
Robert Hall
You must be logged in to reply to this topic.Log in/Sign up