Himas Rafeek
Posted on: 2 years ago
CSS

Fix dropdown menu after scroll in Divi to keep menu items white (or whatever color you need)

fixes the dropdown li menu in Divi after shrinking header scroll to keep the li elements the correct color


                                          /*----fixes dropdown after scroll so menu items are still white---------*/
#main-header .nav li ul a {
    color: #ffffff !important;
}