Viewing 1 replies (of 1 total)
  • You have a white background color (coming from your theme). And you’ve set the .wpcf7 div to have white color (in ADDITIONAL CSS), with !important even added. White on white will, of course, be invisible.

    Try this custom CSS. Change the background color to whatever works best for you.

    ul#ui-id-6-menu, ul#ui-id-4-menu {
    background-color: #e4e4eb;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Contact Form Drop Down Menu (Text invisible)’ is closed to new replies.