Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #749247

    Hello there!

    I seem to have an issue with the top nav bar (secondary menu) when displaying on iPhones.

    Basically the

    It only occurs on pages that have the full screen slider element as the first element on the page and when the page is set to have a transparent header.

    It is completely fine on other pages.

    Please refer to examples in the private content area below.

    #749249

    Hi loudcow!

    The issue here is that you have used a white font, for the top menu and there is a white background to the header.
    What you need to do is to make the font color black, for small devices.

    .responsive #header_meta .sub_menu > ul { color: #000 !important; }

    Should solve your issue quick.

    Let us know if we can do anything else.

    Best regards,
    Basilis

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.