Mobile menu editing / visual composer question

This topic has 2 replies, 2 voices, and was last updated 8 years, 3 months ago ago by Jack Richardson

  • Avatar: mykjones
    mykjones
    Participant
    January 6, 2016 at 22:48

    I have 3 things.

    1) On the mobile menu i’d like to change the font as the desktop font looks too thin in mobile.
    2) I’d like to remove the Newsletter & Account link, they are not on the original menu.
    3) This is more of a visual composer question. I am trying to add Team Member bios. On the website it looks great. On mobile it’s cutoff.

    If you tell me what to change as opposed to doing it for me, so I can remember in the future. That be great.

    Thank you.

    1 Answer
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    January 8, 2016 at 08:56

    Hello,

    1. Please add this code in Theme Options > Custom CSS > Global Custom CSS:

    .et-mobile-menu li a {
      font-family: Rufina;
    }

    Write font family you need.

    2. Use this code in Global Custom CSS:

    .mobile-nav-heading {
      display: none;
    }
    .mobile-nav li.popup_link a {
        display: none;
    }

    3. Please show a page where you added Team Member element.

    Best regards,
    Jack Richardson.

  • Viewing 2 results - 1 through 2 (of 2 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.