Header color separate from nav bar

Homepage Community Forums Epik Theme Support Header color separate from nav bar

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #14571
    Frank
    Customer

      Hi,

      Really like the Epik theme.

      I want to have a white background header and orange nav bar. I did see some posts about head-wrap changes and I tried. But the nav bar isn’t changing.

      I am playing around with a test site http://frankbruining.com/wp with the grey settings.

      Can anyone please give me the right code to have this fixed?

      Thanks al lot in advance.

      #14586
      Eric
      Customer

        I can help, but it looks like you’re using a different theme. I’m guessing you already decided on another theme?


        I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

        #14591
        Frank
        Customer

          Oops! Busted 😉

          No I just was trying something. Really want this to work. Can you help me?

          Regards,

          Frank

          #14608
          Eric
          Customer

            Add a background color to the .nav-primary on line 2213 –

            .nav-primary {
            	background-color: #ff8e49;		
            	clear: both;
                    line-height: 1;	
            	margin: 0 auto;
            	overflow: hidden;
            	width: auto;
            }

            Then remove the background color that shows up as black for each navigation item/link on line 3249 –

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

            Once you add that orange background color to the nav and remove the black background it will show up with a complete orange background. Then you can change it to whatever you need.


            I create awesome sites for awesome people! Contact me if interested – ericsanchez1585@gmail.com

          Viewing 4 posts - 1 through 4 (of 4 total)
          • You must be logged in to reply to this topic.