Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #9281
    MandyJean
    Member

    Hi,

    My website looks like it’s supposed to when I view it on full-size monitor or an ipad, but the menu colors and text get messed up when viewed on a mobile phone.

    My website is albrechtconstructionlaw.com. The menu and submenus are supposed to be white background with black text, and has been set up that way in Theme Options>>Color Options. My laptop and ipad format the site correctly. However, on my mobile phone the menu text is white (so white-on-white) and the submenus are grey backgrounds with white text.

    What could be causing this, and how can it be fixed? Thanks!

    #9304
    Sakin
    Keymaster

    @MandyJean: You can add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    .sb-selector:link, .sb-selector:visited, .sb-selector:hover {
        color: #404040;
        text-shadow: none;
    }
    .sb-options a:link, .sb-options a:visited {
        color: #404040;
    }
    .sb-options {
        background-color: #fff;
    }
    .sb-options a {
        border-bottom: none;
    }
    .sb-options a:hover,
    .sb-options a:focus,
    .sb-options a.sb-focus {
        background-color: #fff;
    }
    #9307
    MandyJean
    Member

    Thank you, that did the trick!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Menu colors wrong when viewed on mobile’ is closed to new replies.