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

    Hi!
    I’d like to hide my menu (one page design). But I still want the social icons to show on the right top of the page.
    I worked around it for the desktop version, but on mobile devices it gets quite ugly.
    Please your advice. Thank you.
    Kind regards,
    Charlotte

    #283655

    Hi Boulanger!

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

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

    Cheers!
    Yigit

    #284279

    Works!
    Thanks a lot!
    Charlotte

    #284289

    Hey!

    You are welcome Charlotte, glad we could help! :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide Menu while showing social media icons’ is closed to new replies.