FilmMaker remove menu

Home Forums All Other Themes FilmMaker remove menu

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #180803
    Alexandre RonatAlexandre Ronat
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: January 25, 2021

    Hello, i would like to remove the top menu on my website, which is useless because there’s one page only.
    I’ve searched everywhere but none of the CSS codes worked.

    Here’s a link to my website : https://taaronworks.com/

    Best regards,
    Alex

    #180806
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    @media screen and (max-width:479px) {
    #navigate-main { display:none !important;}
    }

    Regards,
    Chris

    #180809
    Alexandre RonatAlexandre Ronat
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: January 25, 2021

    Hello Chris,

    Thanks a lot, it works but only on mobile browser.
    Do you have a solution for desktop browser ?

    Best regards,
    Alex

    #180814
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    #navigate-main { display:none !important;}

    Regards,
    Chris

    #180824
    Alexandre RonatAlexandre Ronat
    Participant
    • Topics: 2
    • Replies: 2
    • Total: 4
    Member since: January 25, 2021

    Many thanks Chris, it works like a charm !

    Have a great day,

    Best regards,
    Alex

    #180829
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30627
    • Total: 30627
    Member since: August 16, 2013

    Hi Alex,

    If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org

    Regards,
    Chris

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