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

#256270
Paulie_D
Member

Try this

@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;
}

you should get this