It doesnt disappears, as the font color is white, its visible on home page as its having background image, but not on other pages. Menus are actually there only 🙂
Thread Starter
tsj100
(@tsj100)
Thanks!
So how can I change the text colour or the background colour?
e.g. http://www.electoralmanagement.com/about/ <- the image isn’t white, the background colour is.
You can change the text color through css, probably like this
ul.athena-nav a {
color: inherit;
}
The issue is that your menu items are too long, and the menu is falling out of it’s container. Reduce the size of the menu items to fix.