Comments 1tafarelli started the conversationJune 3, 2017 at 9:19amI would like to remove main menu from my home page only(no menu hamburger icon at all).Can You please instruct me on how to do it?Many thanks, DK{"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}[deleted] repliedJune 4, 2017 at 4:59amHi tafarelli Please learn how to use Custom CSS section, after you read the article drop the code below which one you need This part of code will hide logo and menu header.main-header{ display: none; } Only Hamburger Menu and Other Menu Items header.main-header .logo-and-menu-container .menu-column, header.main-header .logo-and-menu-container .mobile-menu-column{ display: none; }Thank you. 1tafarelli repliedJune 4, 2017 at 8:50amThank you for reply.It does work globaly (for all pages), but when I input it just for certain page (in it's own custom css) it is not working.I would like to remove it only from my home page - other pages must have navigation menu (I am using top menu style).Tx 1tafarelli repliedJune 4, 2017 at 9:04amOk I have solved it by installing plugin css plus.Tx again![deleted] repliedJune 4, 2017 at 12:19pmHi tafarelliSorry first of all, it's small mistake done by me, please consider reading the following article about Page Parameters & Options, every page has it's own custom css area.Thank you. 1tafarelli repliedJune 4, 2017 at 6:50pmTx. Also, I would like it to be visible on mobile.Is that possible?[deleted] repliedJune 5, 2017 at 11:50amHi tafareilliPlease past the following code to Page : Custom & CSS. header.main-header .logo-and-menu-container .menu-column, header.main-header .logo-and-menu-container .mobile-menu-column{ display: none; } @media screen and (max-width: 699px) { header.main-header .logo-and-menu-container .menu-column, header.main-header .logo-and-menu-container .mobile-menu-column{ display: block; } }Thank you. 1tafarelli repliedJune 5, 2017 at 12:32pmThank You very much![deleted] repliedJune 6, 2017 at 3:50amHi tafarelli, I'm really glad that the solution worked and you can continue to work on your site now A huge thank you from Laborator in advance and have a great day! Will set this ticket as solved from here. Thank you Sign in to reply ...
I would like to remove main menu from my home page only
(no menu hamburger icon at all).
Can You please instruct me on how to do it?
Many thanks, DK
{"wp":{"use":false,"adminUrl":"","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}
Hi tafarelli
Please learn how to use Custom CSS section, after you read the article drop the code below which one you need
This part of code will hide logo and menu
Only Hamburger Menu and Other Menu Items
Thank you.
Thank you for reply.
It does work globaly (for all pages), but when I input it just for certain page (in it's own custom css) it is not working.
I would like to remove it only from my home page - other pages must have navigation menu (I am using top menu style).
Tx
Ok I have solved it by installing plugin css plus.
Tx again!
Hi tafarelli
Sorry first of all, it's small mistake done by me, please consider reading the following article about Page Parameters & Options, every page has it's own custom css area.
Thank you.
Tx. Also, I would like it to be visible on mobile.
Is that possible?
Hi tafareilli
Please past the following code to Page : Custom & CSS.
Thank you.
Thank You very much!
Hi tafarelli,
I'm really glad that the solution worked and you can continue to work on your site now
A huge thank you from Laborator in advance and have a great day!
Will set this ticket as solved from here.
Thank you