Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1194278

    Hi! Is there a way to hide the secondary menu elements except for the phone number and contact on the mobile version? (I’d like to hide Request Quote and Submit Files buttons). Thank you!

    #1194399

    Hey TLPLindseyMuchka,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #menu-item-4515, #menu-item-4512 {
      display: none;
    }
    }

    Best regards,
    Rikard

    #1194464

    Thanks, Rikard – Added but I’m still seeing the buttons on my cell. Any other options? Thank you!

    #1194467

    Hi,

    Did you add the code to the very top of quick css so it runs first? Also, clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1194483

    Hi Jordan – No luck… would you mind checking your mobile?

    #1194509

    Hi,

    Try adding the “!important” declaration:

    @media only screen and (max-width: 767px) {
    #menu-item-4515, #menu-item-4512 {
      display: none!important;
    }}

    That worked for me.

    Best regards,
    Jordan Shannon

    #1194554

    That worked! Thank you!

    #1194557

    Hi,

    Perfect! I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Secondary Menu / Phone Number Mobile’ is closed to new replies.