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

    Hi,

    is it possible to disable the Extra Elements “Header Secondary Menu”, “HeaderSocial Icons” and “Header Phone Extra Info” in the top bar just on Mobile Devices?

    Thanks,

    Best regards,

    Alex

    #439863

    Hey AdDesign!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 768px) {
    #header_meta { display: none !important; }}

    Cheers!
    Yigit

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