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


/ Published in: CSS
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. /*----fixes dropdown after scroll so menu items are still white---------*/
  2. #main-header .nav li ul a {
  3. color: #ffffff !important;
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.