Nav Bar colour

Homepage Community Forums Epik Theme Support Nav Bar colour

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7997
    danielghebert
    Customer

      Is there a way to change the colour of the nav bar without changing the colour of the whole theme? I’m using the Gray colour scheme, but would like the main nav bar to be a different colour.

      http://innetworknet.staging.wpengine.com/

      Thanks!

      #8010
      Wes
      Moderator

        Yes, if you look around line 3110 in your css, you’ll see this –

        .epik-gray .head-wrap,
        .epik-gray .welcome,
        .epik-gray .home-feature-bg-dark,
        .epik-gray .author-box,
        .epik-gray .footer-widgets {
        	background: #777;
        	color: #eee;
        }

        Remove the first line that says .epik-gray .head-wrap and add it on it’s own like this –

        .epik-gray .head-wrap {
            background: #000;
        }

        Then you can change the color to whatever you need and it won’t affect the others.

        #8017
        danielghebert
        Customer

          OK Thanks! That worked perfect 馃檪

          #8026
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Nav Bar colour’ is closed to new replies.