Viewing 8 replies - 1 through 8 (of 8 total)
  • Hii

    i think you want to remove the top bar coming in your web page
    Try this

    Inspect 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 Singh

    Thread Starter baerschneider

    (@baerschneider)

    Hi 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

    Thread Starter baerschneider

    (@baerschneider)

    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 Singh

    Please 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: https://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! ??

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘How to remove the menu bar on the top?’ is closed to new replies.