iPad MenuBackground

On this site, http://bit.ly/1OhKcON the menu background is transparent. How can I make it a solid color?

Thanks,

David.

Comments

  • Hi,
    the background color is blue, not transparent. What do you mean?
    thanks
  • On an ipad, the background is transparent
  • This is the custom CSS currently used.

    #Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, #Wrapper, #Top_bar, #Header_wrapper { background: transparent !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: #0039A5 !important; }

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

    @media only screen and (max-width: 959px) {
        .whitetext60 { font-size: 30px !important; word-wrap: break-word !important; }
    }
  • Please update the theme to the newest version.
  • I just have and there is still a problem...
  • Please be so kind and send us WordPress dashboard access privately thru the contact form which is on the right side at http://themeforest.net/user/muffingroup#contact and we will check what might be the reason. Please don’t forget to explain your issue in the messeage very clearly.

    Thanks :)
Sign In or Register to comment.