• I’m having trouble with the menu for my site http://www.robdodsworth.co.uk on android devices. On iPhone and iPad the top menu items show up in white and are clearly visible but on android devices they show in a different colour and can hardly be seen. I have tried changing colours in my style sheet but don’t seem able to effect any change.

Viewing 1 replies (of 1 total)
  • Appears to be this CSS:

    .et_mobile_menu li a {
        border-bottom: 1px solid rgba(0, 0, 0, 0.03);
        color: #666;
        display: block;
        padding: 10px 5%;
        width: 90%;
    }

Viewing 1 replies (of 1 total)

The topic ‘Menu Colour – Android Devices’ is closed to new replies.