• goon70056

    (@goon70056)


    Sorry if I’ve posted this in the wrong place. I have searched for previous responses and tried many of the recommendations posted, but I cannot get the background color of the header menu in Responsive Child theme to change color. In my custom CSS, I have the following:

    site: http://www.pricedrighttablets.com/wordpress

    .menu {
    background-color: #FFFFF;
    clear: both;
    margin: 0 auto;
    border: 1px solid red;
    }

    It works when I make the change in Firebug, but I cannot seem to change the color in CSS. Any suggestions greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Roxee Cruz

    (@roxeecruz)

    You can reset the header menu color by using the code provided at http://cyberchimps.com/guide/header-menu-reset/

    /* =Menu Reset (Parent Override)
    -------------------------------------------------------------- */
    .menu,
    .menu a,
    .menu a:hover,
    .menu .current_page_item a,
    ul.menu > li:hover {
        background: none;
        border: none;
        filter: none;
        text-shadow: none;
    }
    Thread Starter goon70056

    (@goon70056)

    Thank you very much Roxee – that worked perfectly!

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

The topic ‘Responsive Child Theme Header Menu Background Color’ is closed to new replies.