I'm trying to change some of the font colors on the main menu, and they don't always take effect. For example, I'm trying to change the button text to white, but it shows as black. And when I specify black, thinking that maybe somehow the colors were reversed, it still shows up as black. Also, the regular main menu text and the hover main menu text seem to be linked. I can't make them two different colors. Please fix. Thanks!
Comments
Comment #1
stan turyn commentedI can confirm the main menu link/hover issue.
Comment #2
Anonymous (not verified) commentedThere seems to also be a color issue in that I cannot change the bottom panels background color (what I imagine is the same as the AT Five column 5x20 series) with the theme color picker. Or anyhow I cannot find a toggle to change the background color of this AT Five column 5x20 section. All other background colors I'm able to change as I please.
Is there another easy way to change that background color or am I missing something?
Thanks for any help!
Comment #3
hecate commentedI also had the same problem trying to figure out how to change the AT Five column 5x20 series background colour via the colour picker and came here hoping to find a solution. In the end I added the following to the theme's styles.custom.css file:
#quint-panels-wrapper {
background-color: #2a4d26;
}
That did it :)