• Resolved TheGodsElixir

    (@thegodselixir)


    How do I change the color of the menu background? You have the option to change the hover color and text but not the background? I purchased the premium version of this, I thought there would be more customization options.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter TheGodsElixir

    (@thegodselixir)

    Figured it out, these are the css properties that need to be able to be adjusted via the customize option, would make it easier for a lot of people:

    .main-navigation {
    	background-color: #eb5721;
    }
    .main-navigation a {
    	color: #000000;
    }
    .main-navigation a:hover {
        color: #fff;
    }
    .main-navigation li.current-menu-item > a,
    .main-navigation li.current_page_item > a,
    .main-navigation li.current-menu-parent > a,
    .main-navigation li.current_page_parent > a,
    .main-navigation li.current-menu-ancestor > a,
    .main-navigation li.current_page_ancestor > a {
        color: #fff;
    }
    Thread Starter TheGodsElixir

    (@thegodselixir)

    closed

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu background Color’ is closed to new replies.