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;
}
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
That worked, thank you Drake!
Hi!
You’re welcome, glad I could help :)
Please let us know if you ever need any help in the future?
Best regards,
Dake