Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #682268

    Hi,

    1- Is is possible to hide the “(212) 662-8000 l (Email address hidden if logged out) ” just on mobile?

    Screenshot – https://s18.postimg.org/oixpp1u2h/IMG_4989.jpg

    I just want that extra elements area to have “SUPPORT & WSMS LOGIN” centered alone.

    2- How do I change the hamburger menu background color to blue background (#0055a5) and white ?

    My Site – http://staging.wsmsnyc.org.s167849.gridserver.com/

    Thanks

    • This topic was modified 7 years, 8 months ago by navindesigns.
    #683558

    Hey navindesigns,

    Thank you for using Enfold.

    1.) Yes, this is possible. Please add this in the QuicK CSS field:

    @media only screen and (max-width: 767px) {
      /* Add your Mobile Styles here */
      .phone-info.with_nav {
          display: none;
      }
    }

    2.) Please use this one:

    #advanced_menu_toggle, #advanced_menu_hide {
        background-color: blue;
        color: white;
        border-color: red;
    }

    Best regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.