menu

Support Area Forums Grassroots menu

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #37379
    james lee
    Participant

    Hello

    My site is http://www.threestrandsmovement.org

    I like the menu to start below the hero picture like this http://bg.dev2.belugalab.com

    How would I do this?

    Thank You

    #37380
    Bill Robbins
    Moderator

    Probably the easiest way to do that would be to use a custom nav menu widget in the first widget section of the home page. That widget lets you display any navigation menu you choose in a widget. Once that’s done, you’ll need to apply some custom styling to make it form a horizontal menu instead of a vertical one and also to hide the normal navigation menu on the home page.

    If you have any questions or trouble, let me know.

    Bill

    #37386
    james lee
    Participant

    ok, thank you

    How do i hide the menu on top?

    #37389
    Bill Robbins
    Moderator

    Go to the Appearance section in your WordPress dashboard and click on Theme Options. Choose the Advanced tab and scroll down to the Custom CSS box and add this there:

    
    .home #header-content nav#top-menu {
    	display: none;
    }
    

    That should hide the main navigation menu on the home page for you.

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