color dropdown menu
-
Hi
the idea is simple; for most of the pages I want this
.dropdown-menu, .dropdown-menu * {
color:#000;
}For the index page I want this:
.page-id-14 .dropdown-menu, .dropdown-menu * {
color:#fff;
}But nothing happens – so I have to set this:
.page-id-14 .dropdown-menu, .dropdown-menu * {
color:#fff!important;
}But now the color is white for all the pages – not only for page-id-14. How to get out of this?
vanbrelThe page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘color dropdown menu’ is closed to new replies.