Home › Forums › Design › Sub Menu Background color › Reply To: Sub Menu Background color
June 30, 2017 at 3:24 am
#256271
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.