Okay
  Public Ticket #2409277
background color of the dropdown menu
Closed

Comments

  •  11
    Eshen started the conversation

    Hi, now the background of dropdown menu is black but I wanna a lighter bg color with dark grey text. 


    ps. if I switch the "Theme Options/Standard Menu Settings" to  a light version (white)... the whole main menu turns white....

  • [deleted] replied

    Hi Eshen,

    Can you please send me your Wordpress credentials, because I need to login to your site to see your pages.

    To include your credentials click Insert Credentials button in editor toolbar (see how)so your reply will be private.

    Thanks!

  •   Eshen replied privately
  • [deleted] replied

    Hi Eshen,

    Can you please add the code below to your Custom CSS area:

    .standard-menu-container.menu-skin-dark div.menu>ul ul, .standard-menu-container.menu-skin-dark ul.menu ul {
        background: #8a8888;
    }

    Have a nice day!