How to remove the menu bar on the top?
-
Hi!
I’d like to remove the menu bar at the top of the page.
I tried to solve it reading this thread but I didn’t work out.
An option is to make the bar 100% transparent but I don’t know where to do so.My page is this one: http://cosmetokyo.ru/
Thanks in advance!
Michael
-
Hii
i think you want to remove the top bar coming in your web page
Try thisInspect element and you will find
<div id=”main-nav” class=”navbar navbar-inverse bs-docs-nav navbar-black-init” role=”banner” style=”display: block;”>
Go to Appearance -> Editor and find for class navbar navbar-inverse bs-docs-nav navbar-black-init.
After that replace display: block with display:none.Try this
Thanks
Divdeep SinghHi divdeepsingh1!
Thanks for you reply.
In my header.php I found the code<div id="main-nav" class="navbar navbar-inverse bs-docs-nav navbar-black-init" role="banner">
But as you can see, there is no part with “display: …”I am not sure if I should have looked for it in the header.php
Hi..
try adding <div id=”main-nav” class=”navbar navbar-inverse bs-docs-nav navbar-black-init” role=”banner” style=”display:none;”> in that file.
Try that
Divdeep Singh
divdeepsingh1,
No, doesn’t work. This code removes the whole first segment (with the grass background) including the top bar.
Hi…
Can you please send me ur login details on my email id
i will have a look and tell you.Thanks
Hiii….
Please try this
Go to your style.css and find for
‘navbar-black-init{ background:rgba(0,0,0,0.2) } ‘
Try replacing background: rgba(0,0,0,0.2) with background: rgba(0,0,0,0)
Regards
Divdeep SinghPlease note that you should not be making changes directly to any theme file, whether it be the style.css file or any of the PHP files. Any modification that you make will be lost the next time you update the theme. If you need to make a change to a .PHP file, then first create a child theme and make your changes to a copy of the .PHP file. If you need to make CSS changes, then make them to your child theme’s style.css file, or use a CSS plugin.
Hello I have searched high and low on every single forum and can’t seem to find any way to remove the very top menu bar on my wordpress site. This is the link: http://markmaker.ca/index.php/social-media/
I want to remove the menu bar on only a few pages. I added multiple custom CSS plugins and tried tons of different codes.
The menu bar I am referring to is the one that says: home, work with us, FAQ….
Please help!
Thank you so much in advance! 🙂
The topic ‘How to remove the menu bar on the top?’ is closed to new replies.
