Menu Display Problem

Hi,

After upgrading to the latest version, my menu background colour, which should be transparent, has gone.

This is the site, http://bit.ly/1Qn0BGM

And this is the current custom code.

#Wrapper, #Top_bar, #Header_wrapper { background-color: transparent !important; }
#Wrapper { box-shadow: 0 0 0 0 !important; }

#Top_bar .menu > li > a span:not(.description) {
    border-right-width: 1px;
    border-style: solid;
    display: block;
    line-height: 50px;
    padding: 0 5px;
    white-space: nowrap;
}

html { background-color: #404690 !important; }

@media only screen and (max-width: 767px) {
    #Top_bar #menu ul li a { color: #000 !important; }
}

Comments

Sign In or Register to comment.