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!
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
Thanks, Rikard – Added but I’m still seeing the buttons on my cell. Any other options? Thank you!
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
Hi Jordan – No luck… would you mind checking your mobile?
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
That worked! Thank you!
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