Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #846998

    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?

    #847005

    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

    #847175

    Perfect! Works like a charm!
    -Robb.

    #847278

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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