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

    I would like to fully remove the mobile header with logo on the mobile site. It is single page site and the menu takes away from the effect I am going for. I added a floating menu toggle button to take its place.

    is this doable through custom css?

    #483263

    Hi kgflash1!

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

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

    Best regards,
    Yigit

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