• I am new to the forum, fairly new to wordpress and on top of that, do not know any code including css. I have done a search but as I do not know the words needed,I may have missed the answer

    My address is https://www.photographyposes.org

    I changed a theme on a site I am currently building. An extra menu appeared with a sort of menu including, contact us, privacy policy and the word pages. I do not know what I did to cause this so cannot undo. I changed the theme again to see if it was in the theme but it still appears.

    If the theme is important the first one I used was Suffusion and the one I am using now is called the Eazy Theme

    I hope someone here can help, with step by step, on how to get rid of this extra menu above my header.

    Sandra

Viewing 4 replies - 1 through 4 (of 4 total)
  • There must something in header.php that casing the problem can paste header.php in https://wordpress.pastebin.com and put url here so that we can see where the problem is.

    Check if you have top banner widget look like coming from there if you do not have one then you can take out in style.css
    around line 231 look for this code

    .top-banner-widget {
    margin:5px 0;
    overflow:hidden;
    text-align:center

    add
    display:none;

    Thread Starter sandra.k.er

    (@sandraker)

    Thank You so much govpatel. It was the top banner widget.
    I pasted the header php where you said but don’t need it anymore.
    Hey one day I might be great at this if I hang around here, and hopefully even know an answer occasionally.
    Thank you again
    Sandra

    You Welcome.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Remove extra navigation menu above header’ is closed to new replies.