Navbar Color

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #19092
    raffaele1054
    Customer

      Hello @wes how are you, i need help to change the navbar color, from black to white and i need to change the text navbar from white to grey. Can you give me a hand?
      Thank you in advance
      Raffaele
      wp-easy.it

      #19099
      Eric
      Customer

        You’ll need to edit your style.css file to do this. Open up your CSS and search for .site-header.light { which should be on line 1183. You’ll see the background color and be able to change the color from there –

        .site-header.light {
        	background-color: #000;
        	padding-top: 0;
        }

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

        #19128
        raffaele1054
        Customer

          thank you @eric, the second question is how to change the navbar color text, i would do like to set color like the color of this page navbar for appfinite!!!!

          Thank you in advance

          Raffaele


          @wes

          #19130
          kronos
          Customer

            @raffaele1054 add this –

            .site-header.light .genesis-nav-menu a {
            	color: #aaa;
            }

            And then you can change the color to whatever you want.

            #19176
            raffaele1054
            Customer

              Thank you guys @kronos @eric

              Raffaele

            Viewing 5 posts - 1 through 5 (of 5 total)
            • The topic ‘Navbar Color’ is closed to new replies.