Return to Snippet

Revision: 80421
at March 12, 2020 18:34 by sharkpuck


Updated Language
CSS

Revision: 80122
at January 29, 2020 15:02 by sharkpuck


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

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

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

Initial Tags
css

Initial Language
ActionScript

Initial URL