Reply To: Buttons and Nav menu don't follow color change

Homepage Community Forums Follow Me Theme Support Buttons and Nav menu don't follow color change Reply To: Buttons and Nav menu don't follow color change

#18442
Andykev
Customer

    Around line 1260 of your .css is where you change the color of the menu text

    .genesis-nav-menu a:focus,
    .genesis-nav-menu a:hover {
    	color: #00647b;
    }

    The #00647b is the same as the widget call to action button, but it doesn’t look good on the header background. You can use “inspect element” on your browser and play with it to find what looks good.