Home › Forums › All Other Themes › FilmMaker remove menu
- This topic has 5 replies, 2 voices, and was last updated 1 year, 11 months ago by
Forum Moderator.
-
AuthorPosts
-
July 8, 2021 at 12:17 pm #180803
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,
AlexJuly 8, 2021 at 12:34 pm #180806Hi,
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,
ChrisJuly 8, 2021 at 12:38 pm #180809Hello Chris,
Thanks a lot, it works but only on mobile browser.
Do you have a solution for desktop browser ?Best regards,
AlexJuly 8, 2021 at 12:50 pm #180814Hi,
Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:
#navigate-main { display:none !important;}
Regards,
ChrisJuly 8, 2021 at 1:18 pm #180824Many thanks Chris, it works like a charm !
Have a great day,
Best regards,
AlexJuly 8, 2021 at 1:31 pm #180829Hi Alex,
If you found our service good kindly review us here: https://www.trustpilot.com/review/sktthemes.org
Regards,
Chris -
AuthorPosts
- You must be logged in to reply to this topic.