Change text color for secondary-navigation

Homepage Community Forums Epik Theme Support Change text color for secondary-navigation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #10365
    bbuller
    Customer

      I am using the epik theme with dark-blue color scheme and I have changed the background color of the secondary nav area (just above the header) to white and I would like to change the text color for the secondary-nav to the dark-blue – right now the text is white and can’t be seen because it blends with the background. I have checked a number of different posts and tried some of the suggestions but nothing seems to work.

      my site is: http://bullerhomes.com

      #10369
      Wes
      Moderator

        Since you’re using the dark blue theme, you can find the color on line 2975 in your css –

        .epik-darkblue .genesis-nav-menu a {
            color: #fff;
        }

        If you change that it will affect all of your menu links, including your main menu. So I would add this to your css instead –

        .epik-darkblue .nav-secondary .genesis-nav-menu a {
            color: #293f5e;
        }

        and that will change just the Secondary Nav by itself.

        #10370
        bbuller
        Customer

          Thanks so much Wes, your support is always so quick and helpful. That did the trick. Much appreciated.

          #10371
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Change text color for secondary-navigation’ is closed to new replies.