Home Forums Theme support Mobile Menu for Contact Page

This topic contains 3 replies, has 2 voices, and was last updated by  7Theme Support 9 years, 2 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • For the Contact page, I want to use ‘Contact’ in the menu. This works fine until the menu collapses to the Mobile version. Then the menu shows “ContactWrite Us!” instead of ‘Contact’.

    I’ve searched all over but can’t find out where this is coming from. If I ‘Inspect Element’ I get this, but I have no idea where to remove the “Write us!” from the link:
    <li id=”menu-item-3903″ class=”menu-item menu-item-type-post_type menu-item-object-page”>

    <li id=”menu-item-3707″ class=”menu-item menu-item-type-post_type menu-item-object-page current-menu-item page_item page-item-290 current_page_item”>
    <i class=”icon-envelope-alt”></i>

    Contact
    <span></span>

    Hi,

    looks like there is a problem with the menu description, we will fix this with the next update.

    In the meantime you can add this code in WordPress admin -> Appearance-> Theme Options -> General -> Extra CSS Content:

    .mean-container .mean-nav ul li a span {
    display:none !important;
    }

    Thanks – that worked.

    You’re welcome!

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.