• Hey guys,

    Thanks again for all your help. This is basically the last problem that I am having. On the mobile display of th website, for the menu drop-down, it does not want to turn the words to white. I have tried every setting imaginable. Is there a way to force it to be white with CSS or something, because I am sure that it is driving everybody crazy.

    Thanks again,

    Chris

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Add this in Appearance > Customizer > Additional CSS:

    .ast-theme-transparent-header .ast-builder-menu .main-header-menu .menu-item .sub-menu .menu-link, .ast-theme-transparent-header .main-header-menu .menu-item .sub-menu .menu-link {
      color: #fff;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Menu won’t change from black on black backgrond on mobile’ is closed to new replies.