Site logo

Archived topic

Since the update the color white for my mobile menu is gone

4 replies · Started by Matthias on December 7, 2018

Viewing posts 1–5 of 5

Hi since the latest update the color of my mobile menu (when collapsed) are transparant. It always has been white when the menu is collapsed

@media (max-width: 768px) {
.main-navigation .main-nav ul li a,
.main-navigation .main-nav ul li a:hover {
background-color: #fff;
}
}

I think i fixed it, but kinda strange it changed since the latest update

Hm this code fixed the background but it changed the color of the sub menu from my mobile menu

/* ** mobile menu background** */
@media (max-width: 1000px) {
.main-navigation .main-nav ul li a {background-color: #fff} }

@media (max-width: 1000px) {.main-navigation .main-nav ul ul li a {
background: #FFA727}}

@media (max-width: 1000px) {.main-navigation .main-nav ul li:hover > a,
.main-navigation .main-nav ul li:focus > a,
.main-navigation .main-nav ul li.sfHover > a {
color: #000;
background-color: #fff;
}}

Fixed it

Glad you fixed it!

This archived topic is closed to new replies.