• How can I change the color of the background of the mobile menu?

    I want the links to be white because of the transparent header, but when I look at the site on mobile, the background is white so I can’t see the links. Either I need the links to be another color (black) with the white background only for mobile, or I need the white mobile menu background to be black.

    Thanks!

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Branko

    (@brankoconjic)

    Hey @evermail,

    It looks like this is a CSS bug in the theme.

    We will release a minor update in the next couple of days fixing this issue.

    If you need the fix right away, you can add this CSS into “Additional CSS” field in the Customizer:

    @media screen and (max-width: 960px) {
      .si-tsp-header #sinatra-header-inner .sinatra-nav > ul > li > a {
        color: #000; /* Add your color here */
      }
    }

    Thanks!

    Thread Starter Jason R. Johnston

    (@evermail)

    That worked! Thanks so much!

    I’m having this same issue but the above code doesn’t seem to make any difference. Any ideas?

    Branko

    (@brankoconjic)

    Hey @pcwzrd13,

    Make sure your theme is up to date. The issue has been fixed in one of the previous updates.

    If that didn’t help, please share your website URL so I can take a look into that.

    It’d be great if you can open a separate topic for that.

    Thanks!

    Yes, I’ve have the latest version of the theme. I’ll start a new topic as requested.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to change background color of mobile menu?’ is closed to new replies.