Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design Sub Menu Background color Reply To: Sub Menu Background color

#256271
verenabecker
Participant

Thank you!

But this is strange. It doesn´t work when I am doing this…although I used the code exactly the way you did it… .

maybe you know what the problem is?

.sub-menu li a {
background: #FFFFFF;
font-size: 15px;
}

@media only screen and (min-width: 768px)
style.css?ver=1.4.5:1600
.navbar-nav > li > .sub-menu {
margin-left: -1px;
border: 1px solid #010101;
background-color: #010101; /* change this to “white” or just delete it*/
color: #AFAFAF!important;
}

Thanks a lot for your help.