Mobie Menu

http://mosquitoclear.com/new
On above site on menu bar I have 2 questions.

  1. There is a 1 px line at top on menu bar. It is a color that is not selected anywhere.
    I can live with that, but…
  2. View site on mobile and you’ll see that menu does not have a common color background color.
    I have had issues with mobile menu color before but not like this, as this site is using a background image.
    Nevertheless, it would be nice to have a setting in the theme that lets us pick a BG color for the ‘Mobile’ menu.
    Any help would be appreciated.
    Thanks,
    JP

Hey Jon,

We’ve already filed an enhancement report to have that implemented. In the meantime, you can use custom CSS to override the background on mobile. Can you try the code below and see if it works for you?

@media (max-width: 767px) {
  .fl-page-nav-wrap {
    background: #FFFFFF;
    padding-bottom: 0px;
  }
}

Ben

Thanks Ben,
That worked. http://mosquitoclear.com/new/
Thanks for the update re: new mobile menu options coming down the pike.
It would be awesome to be able to choose these mobile attributes and values in the theme. Adds that added bit of ease which makes BB so cool.
Best,
JP

No worries at all, Jon! And thanks for the feedback, we really appreciate it. :slight_smile:

Ben