- This topic has 3 replies, 2 voices, and was last updated 4 years, 3 months ago by .
Mobile menu white on white
You must be logged in to reply to this topic.
Hi,
The mobile view for my site is not picking up on the header background colour. On the desktop site the header has a dark background so the text is white. This means that on the mobile it is showing as white on white.
I’ve tried mobile safari and chrome.
Site: https://connect.uk.com
Thanks,
Ben
Hi Ben,
I had a look at your site on mobile view. It looks the same as on desktop. Can you provide a screenshot so I can compare?
Also, for the issue of the white link color here is the solution,
Comment out the color white in your style.css file on line 2600.
Like this,
.home .navigation-top .menu > li > a {
/* color: #fff; */
}
Thanks – commenting out the line in the stylesheet has resolved it.
You must be logged in to reply to this topic.