Mobile menu links are white and I can’t change that
-
Hello!
I have black links in desktop menu and they works as they should. But one day mobile menu links got invisible, because they are white (they still work as links).
I tried to change that in appearance/header and set black, didn’t helped.
I also added css with !important for classes:@media (max-width: 768px) {
.menu-item-link {
color: black !important;
}
}
a {
color: black !important;
}Also it didn’t helped. Changed other links to black, but those are stubborn.
I updated theme, not helped. Than went back to previous theme version, also didn’t helped. I feel helpless.
Also I don’t want to change it by !important, because there are some links in website body, that I want to have white.The page I need help with: [log in to see the link]
- The topic ‘Mobile menu links are white and I can’t change that’ is closed to new replies.