• I would like to disable the lower header menu and only use the top one. When I blank the top one, it goes away. But blanking the lower doesn’t remove it. Is it even possible to only use the top, or am I doing something wrong?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Hey Quadrophenia,

    Could you provide a link to your site? It would be helpful to see what menu do you mean.

    Thread Starter Quadrophenia

    (@quadrophenia)

    Just getting started on it. 🙂 I need to shrink the header picture of the farm, but as you can see the lower header menu is actually in the middle of the farm. I would like to get rid of the lower menu altogether, but when I specify blank in the menu choices, it still leaves it there.

    http://kowchicpo.com/wp/

    Thank you.

    Oh nice looks intresting already! It’s rather easy to hide that menu with little css tweak.

    For the changes to stay after ex. Theme update it’s smart to get a custom css plugin or use a child theme. If you already have one of the above or a place to put custom css this code could help you out with the menu problem.

    #access {
      display: none;
    }

    And this should help with the image. Intresting use of the logo area there btw!

    #logo {
      float: left;
      padding: 0;
    }

    Hope it helps 🙂

    Thread Starter Quadrophenia

    (@quadrophenia)

    Thank you very much! Those worked great. I tried installing one of the custom css plugins which didn’t work, but in the process of looking around and wondering why, I found that the Custom Community theme has a css tab in its’ settings. When I put your 2 pieces in there, they worked perfectly. I will keep an eye next update, but hoping that since they actually have a place for it, it may get carried forward through an update.
    Thank you for the kind comments as well. Quick question: Is there a way for me to put a comment reminder type of line before each of those code snippets for my memory or lack thereof? 🙂
    Thank you again for the help.

    Good to hear that it worked! Oh there was a custom CSS option really nice!
    Child Themes are the safest way to go since updates can wipe out the modifications ex. on major framework changes etc.

    I hope ya can but this code somewhere like a notepad and save for future reference maybe if something happens?

    You can add notes above the code like this:
    /*————This code does this————*/

    Glad you got it sorted out! 🙂

    Nice! 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Remove lower menu?’ is closed to new replies.