Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #495405

    Hello,

    For some reason I cannot view the menu links on a mobile device (iPhone5c) until I highlight over them. Once I move the cursor from the link it disappears again. I thought it was the color of the menu links so I changed that but it did not resolve the issue. I also have some custom CSS that may be causing it (see below). Other than that, the site is ready to roll …. can you help!

    Thank you!
    Tony
    ———————————————–

    #header_main > .container {
    padding: 0;
    }
    .html_header_top.html_logo_center .logo {
    clear: center;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: initial;
    }
    .html_header_top.html_logo_center .header-scrolled .logo {
    margin-left: 50%;
    }

    #main { background-color: transparent; !important; }

    #header_meta, .header_bg { background: transparent !important; }

    #footer { background: transparent !important; }

    #socket { background-color: transparent; }

    .main_color, .container_wrap{
    background-color:transparent !important;
    }

    • This topic was modified 9 years, 2 months ago by chickeringco.
    #495496

    Hey chickeringco!

    You can use the below css to change the menu link color of the mobile menu:

    #mobile-advanced a {
    	color: #888888 !important;
    }

    Cheers!
    Dake

    #495509

    That worked, thank you Drake!

    #495518

    Hi!

    You’re welcome, glad I could help :)

    Please let us know if you ever need any help in the future?

    Best regards,
    Dake

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘[Resolved] Cannot view mobile links until highlighted’ is closed to new replies.