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

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #18441
    Renee
    Customer

      Hello,

      When I change the color on the Customize menu, the Nav menu links and the subscribe button in Widget 1 don’t follow suit. I tried also to change the button color in style.css, to no avail.

      (Sorry, I’m pretty novice at all this.)

      My site is: http://thebusinessplan.co/

      You can see that the subscribe button and Nav menu is the default red, but Widget 2 is blue, which is what I intend.

      Thanks for your help,
      Renee Taylor

      #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.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • The topic ‘Buttons and Nav menu don't follow color change’ is closed to new replies.