• Hi,

    I would like to delete the top black bar of my web bodatematica.com. I tried to just select Main menu and not select top menú, but still not working…

    Someone can help me?

    Thanks!!

Viewing 1 replies (of 1 total)
  • Hi,

    you can hide the top bar using css code below:

    nav#top-navigation {
        display: none;
    }

    you can use simple custom css plugin to put the css code

Viewing 1 replies (of 1 total)
  • The topic ‘Delete The top bar’ is closed to new replies.