Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    I faced this issue too, maybe your background color and header color are set to the same, you may want to try changing the color from the customizer, under the appearance option and see If it works. I may be wrong, but worth a try 🙂

    Appearance -> Customize -> Header -> Transparent Header -> COLORS & BACKGROUNDS to configure the Submenu color.
    Please refer to this screenshot:
    https://a.cl.ly/E0uz8G1w

    Or,
    Customizer –> Additional CSS:

    .main-header-menu .sub-menu {
    background: red;
    }

    Or:
    .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link { color: red; }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dropdown Menu not visible’ is closed to new replies.