Header color

Tagged: , , , ,

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #10277
    Ectophob
    Customer

      Hi, anybody out there who can tell me how to change the headers color and besides of this move the menu “Sample/Layouts/Template/Contact” to the right in order to have more space for a logo and also rename this menu?

      #10289
      kronos
      Customer

        Which color are you referring to? The header/logo or the background color of the entire header?

        #10293
        Ectophob
        Customer

          Hi kronos, background color, I think…

          #10311
          kronos
          Customer

            If it’s the background color (the entire color that surrounds the background of the header) then you would adjust this in your css. Look for this in your css – .head-wrap and you can change the background color from there.

            #10318
            Ectophob
            Customer

              Thank you but I refer to the headers background, there where the logo comes in and the Menubar is. It’s black now but I want it Cerulean..

              #10325
              kronos
              Customer

                Yes that is exactly what I’m referring to. You would need to look for the .head-wrap and change the background color to the color that you want –

                .head-wrap {
                    background: #303236;
                    margin: 0 0 40px;
                }
                #10326
                Ectophob
                Customer

                  Many thanks !!

                Viewing 7 posts - 1 through 7 (of 7 total)
                • The topic ‘Header color’ is closed to new replies.