Editing title of mobile navigation menu - by msarlo

This topic has 4 replies, 2 voices, and was last updated 8 years, 1 months ago ago by Robert Hall

  • Avatar: msarlo
    msarlo
    Participant
    March 4, 2016 at 00:52

    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

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 4, 2016 at 08:53

    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

    Avatar: msarlo
    msarlo
    Participant
    March 4, 2016 at 10:29

    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?

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 4, 2016 at 11:08

    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

  • Viewing 4 results - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.