How to disable Header Menu
Home › Forums › WpStream Theme › How to disable Header Menu
Tagged: disable menu
- This topic has 10 replies, 2 voices, and was last updated 4 months ago by
admin.
- AuthorPosts
- October 25, 2020 at 11:28 pm #95470
johannes
ParticipantHi,
how can I disable the menubar at the top I do not need that in a One Page design.Thanks in advance,
JohannesOctober 26, 2020 at 2:02 pm #95556admin
KeymasterHi,
Please go into theme admin , header section and you have there an on/off menu for topbar. http://prntscr.com/v74lsh
Thank you
October 27, 2020 at 10:53 am #95675johannes
ParticipantI want do answer but I don’t see my post .. ?
October 27, 2020 at 10:55 am #95677johannes
ParticipantNext try (now I removed the IMGes)
Hi,
for any reason that does not work:
I have two sections in the header. One that I can switch on/off as you described at the very top. The second that can be modified but not disabled.October 27, 2020 at 10:58 am #95679johannes
Participantand here the image links without using the img-tag (seems that replies containing
-tags are not working?)
October 27, 2020 at 10:59 am #95680johannes
Participantseems that it does not work, if the text contains 2 links.
here is the 2nd:October 27, 2020 at 1:42 pm #95661johannes
ParticipantHi,
for any reason that does not work.
I have two sections in the header. One that I can switch on/off as you described at the very top. The second that can be modified but not disabled.October 27, 2020 at 1:42 pm #95678johannes
Participantand here the image links without using the img-tag (seems that replies containing
-tags are not working?)
October 27, 2020 at 2:23 pm #95720admin
KeymasterHi,
Just use css code
#site-navigation{
display:none;
}or
#masthead{
display:none;
}The code will hide the whole header or only the menu in the header.
Thank youOctober 27, 2020 at 4:57 pm #95748johannes
Participantthank you, that worked well!
But only for the desktop view. How can I change this for mobile view too?October 28, 2020 at 1:23 pm #95847 - AuthorPosts
- You must be logged in to reply to this topic.