/ Published in: CSS
fixes the dropdown li menu in Divi after shrinking header scroll to keep the li elements the correct color
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
/*----fixes dropdown after scroll so menu items are still white---------*/ #main-header .nav li ul a { color: #ffffff !important; }