Okay
  Public Ticket #2425880
change color drop down box
Closed

Comments

  • Rosalee Sell started the conversation

    I use "go" theme wordpress.  The drop down box is black.  I need white with black lettering.

  •  435
    David replied

    Please add this custom CSS

    ul.sub-menu {
        background: #fff !important;
        box-shadow: 0 0 21px rgba(0,0,0,0.1);
    }

    .primary-menu>li>.sub-menu:before {
        border-bottom: 10px solid #fff !important;
    }

    .primary-menu .sub-menu a {
        color: #000;
    }



    Best regards,
    WaspThemes team

    And don't forget to rate our plugin, it means a lot to us!

  • Rosalee Sell replied

    David. You Rock! Perfect! whew. I had three sites that had black drop downs. 

  •  435
    David replied

    I'm glad that it worked. Have a nice daysmile.png

    Best regards,
    WaspThemes team

    And don't forget to rate our plugin, it means a lot to us!