• Resolved Halo Diehard

    (@halo-diehard)


    Hello, I am testing themes today, and I’ve spent a couple hours setting up this theme when I hit a snag: the menu dropdown items are not following the customization options in the theme settings for the main menu. Aren’t the submenu items part of the menu? The colors do not look good together, and I’m pretty set on the color the menu needs to be to match the site.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author ronangelo

    (@ronangelo)

    Yes, the sub-menu does not change with the parent menu. By default, without using the Color options, the parent menu is #2A5A8E and the sub-menu is #222. So they aren’t really intended to be the same from the start. There’s always the Custom CSS tab for customizations like yours.

    Changing the sub-menu color is only a matter of adding something like this on the Custom CSS tab:

    #nav-main .sub-menu,
    #nav-main .children {
         background-color: #EEE;
    }
    Thread Starter Halo Diehard

    (@halo-diehard)

    Whew, I thought it was going to be a lot more difficult than that, thanks for your quick response, by the way.

    I didn’t try the code above, but if anyone is finding it not specific enough and it’s not working, this is what I used and it’s working for me (of course change your color to whatever you wish):

    #nav-main .nav-main > li, #nav-main .nav-main > ul > .page_item { background-color: #eaf5f8;}
    #nav-main .sub-menu a, #nav-main .children a { background-color: #eaf5f8;}

    PS: I tried a ton of themes, and yours looked the cleanest yet not over simple for what I wanted, so thanks for creating the theme!

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

The topic ‘Menu dropdown doesn't change color w/ setting?’ is closed to new replies.