Remove menu/header

Home Forums Jevelin Theme Remove menu/header

Home Forums Jevelin Theme Remove menu/header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • benterz222
    Participant

    I am using the ‘Coming Soon’ theme, and would like to entirely remove the menu/header, as I have no need for it, and have inserted my logo into the page content instead. I would especially like to remove it on mobile, as it takes up a lot of space (see screenshot).

     

    Please can someone let me know how to do this?

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    Hi @benterz222,

     

    I hope you are well today and thank you for your question.

     

    You can entirely remove the menu/header it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #page-container > header {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    benterz222
    Participant

    That’s done the trick – thank you!

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)