• I’m attempting to remove the uppermost menu bar (at the very top of the screen), but I can’t find where the code is located.

    Any suggestions?

Viewing 1 replies (of 1 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    #top-navigation {
        display: none;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files, they’ll be deleted when the theme is updated.

Viewing 1 replies (of 1 total)
  • The topic ‘[Fashionistas] Black Menu Bar’ is closed to new replies.