Executive Pro – Menu Color
-
Hi All!
Thank you for your help, in advance!
Ok, here’s my website:
https://perogylady.com/I want to change the primary navigation menu font colour to something that stands out more (i.e. WHITE). I have done everything I can figure to change the font colour, and NOTHING will change it! I can change the background when I hover over them, I even changed the menu background to transparent, but THE MENU FONT COLOUR WILL NOT CHANGE! I don’t understand it! It just stays that same darn grey!
Here’s the code I’m messing with:
.genesis-nav-menu {
background-color: transparent;
clear: both;
color: #FFFFFF;
font-size: 22px;
line-height: 1.5;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
}.genesis-nav-menu .menu-item {
display: inline-block;
margin: 0;
padding: 0;
text-align: left;
}.genesis-nav-menu a {
color: #FFFFFF;
display: block;
padding: 16px 20px;
position: relative;
}And everytime I’m changing those two parts that say “color: #FFFFFF” to another colour, and NOTHING happens. What am I doing wrong?
Thank you!! ??
- The topic ‘Executive Pro – Menu Color’ is closed to new replies.