Tagged: extra elements, header, mobile
I was looking for a way to hide or disable the header social, header 2nd menu and extra elements menu option on the mobile devices only?
Hey RobbShirey,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) {
#header_meta { display: none !important; }}
Best regards,
Yigit
Perfect! Works like a charm!
-Robb.