• Resolved pernillehfr

    (@pernillehfr)


    Hi

    Can anyone help me how to delete the top menu (black bar above my logo, ‘fagiolo’)?

    It is disturbing the mobile version of the blog, and is unnecessary for the use of the blog.

    Thanks!

    BR Pernille

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    nav#site-navigation {
       display:none;
    }

    To add CSS:

    • If you are using WordPress 4.7 or later, use the “Additional CSS” option in the customizer.
    • If your theme has a custom CSS option, use that to add the CSS shown above.

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Thread Starter pernillehfr

    (@pernillehfr)

    It worked – thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Deleting menu bar’ is closed to new replies.