• Thanks for all the help so far…

    As I continue to work with this theme, I settled on seeing how I could get the primary menu to look and work. I don’t see a way to provide a background color or image for it…is there one? I see settings for the background on the secondary menu placement, but not the primary…

    Also, when I added a child page to one of the pages in the primary menu, it flies out with a background and text formatting different from the main items on the menu…is there a way to format the sub-menu items too?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hey there Wootie,

    Hope you’re well! 🙂

    I think there is no option provided for primary menu but you can add one but be aware that primary menu is beside the site title.

    Also, when I added a child page to one of the pages in the primary menu, it flies out with a background and text formatting different from the main items on the menu…is there a way to format the sub-menu items too?

    Can you provide a screenshot or share your site’s url?

    Looking forward for your reply! 🙂

    Take care,
    Calvin

    Thread Starter Wootie

    (@wootie)

    http://www.northrupsystems.com/melbye/

    Site is in dev, so not much populated yet…but if you hover on the “Alexis CD” menu item, you can see how different the fly-out item is…

    Hey,
    1. as Calvin said the primary menu shares with your header space and background where as the secondary menu is below the space.

    2. The submenu (dropdown) doesn’t have options in the theme options of the free theme, there are options in the premium theme but in free you have to use css:

    You can use this css in your theme options > advanced settings.

    #nav-main .sf-menu ul {
        background: #000;
        border-color: #000;
    }
    #nav-main .sf-menu ul li {
        border-color: #000;
    }
    #nav-main ul.sf-menu ul li a {
        color: #fff;
    }

    Kadence Themes

    Am setting up my website, and just created a new Menu, and went to locations to choose Primary, and it isn’t there. Only 2 options under Menu locations: Header & Footer???

    hannah

    (@hannahritner)

    ispthn77,
    You should find the menu locations in Appearance > Menus under Menu Settings. Is this not the case for you?
    In the future please start a new thread 🙂

    Hannah

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

The topic ‘Primary menu and sub-menu formatting’ is closed to new replies.