.no-js css directives should be more specific
-
The css directive in style.css:
.no-js .main-navigation ul ul {
should be altered to this
html.no-js .main-navigation ul ul
As other plugins like buddypress add their own no-js classes to the body which can cause conflicts. I have raised this with them directly:
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘.no-js css directives should be more specific’ is closed to new replies.