Dropdown Menu Parent Color Please Help

  • My question is in regards to header menu colors and colors of drop down menus.

    My page has CSS code for a blue background behind the header text for Active and Hover items.

    One of my pages has a drop down menu with 4 other sub or “Child” pages.

    Home
    About
    Case Types
    -Trunk
    -Rack
    -Tray
    Contact
    Shop

    When I click the “Child” Page, such as “Trunk”, my active item background for the header goes away from “Case Types and I cannot see the Text because it is white.

    So I have “Home / About / Case Types / Contact / Shop” As my menu items. They’re all Blue Text and White Header background.

    I have CSS that does Blue background and White text for Hover and Active menu Items.

    But when I click on the sub pages “Trunk Rack Tray” My parent page of “Case Types” has no background and the text is white so it just looks like a black white square

    I can provide pictures if necessary.
    Any help you can offer is greatly appreciated.

    Thanks again, Ken.

    P.S Heres my current CSS for the Hover/Active Backgrounds

    /* Removal of Default Padding from Menu Item List */
    .fusion-main-menu > ul > li {
    padding-right: 0px !important;
    }

    /* Addition of Padding for the Menu Item Anchor */
    .fusion-main-menu > ul > li > a {
    padding: 0px 11px !important;
    }

    /* Hover Color for Main Menu Items */
    .fusion-main-menu > ul > li > a:hover {
    color: #FFFFFF !important;
    background-color: #022cfc !important;
    }

    /* Active Main Menu item For Current Page */
    .fusion-main-menu .current-menu-item > a, .fusion-main-menu .current_page_item > a {
    color: #FFFFFF !important;
    background-color: #022cfc !important;
    }
    .navigation-main ul ul {
    background-color: #022cfc;
    }

    .navigation-main ul ul a {
    color: #022cfc;
    }

  • Hello kenknowlestd!
    Could you please mention the URL of your site which you need help with?

  • Hi there,
    You are posting to the wrong support forum. Your site is not on wordpress.COM servers and we do not provide support for it here.
    Please post to wordpress.ORG support.

    WordPress.COM and WordPress.ORG are completely separate and have different username accounts, logins, features, run different versions of some themes with the same names, and have separate support documentation and separate support forums. Read the differences here http://en.support.wordpress.com/com-vs-org/

    The wordpress.ORG support forum is at http://wordpress.org/support. The wordpress.ORG login link is here https://login.wordpress.org/ If you do not have an account yet then click Create an account https://login.wordpress.org/register/ and if you have lost an account password click Lost password? https://login.wordpress.org/lostpassword/
    WordPress.org support docs are at https://codex.wordpress.org/Main_Page
    See also https://apps.wordpress.org/support/ for app support.

  • The topic ‘Dropdown Menu Parent Color Please Help’ is closed to new replies.