Menu Bar

Tagged: 

  • This topic has 7 replies, 2 voices, and was last updated 7 years ago by Wes.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #20903
    CathyR
    Customer

      Is there a way to have the menu bar show up as black right away. The background photo we are using does not have a dark background and the menu is not showing up very well.

      #20945
      Wes
      Moderator

        Yes first remove this code background-color: transparent; from this line (around line 1181 by default) –

        .featured-section .site-header {
        	background-color: transparent;
        	border:  none;
        }

        Next, you may want to remove the padding-top that adds the extra space on top of the header (on the homepage template) –

        .front-page .site-header {
        	border-bottom: 1px solid #ddd;
        	padding-top: 30px;
        }

        So once you remove the transparent background, and then the padding-top, it should show up as it does on all the other pages.

        Let me know if that helps.

        #20955
        CathyR
        Customer

          Thanks I will give it a try. If the site gets updated will these changes be affected?

          #20964
          Wes
          Moderator

            Not if you just update WordPress and the Genesis Framework by themselves. Your Child theme would only be affected if you swapped it out with the new Child Theme Version.

            If you prefer to keep all your changes in a separate file, you can. Some users do this so when they do update their child theme, they’ll still have the custom file they created. But some users just make their customizations to the theme directly and only add in updates manually if they need them.

            #20985
            CathyR
            Customer
              This reply has been marked as private.
              #21004
              Wes
              Moderator
                This reply has been marked as private.
                #21008
                CathyR
                Customer

                  Hi Wes, I changed transparent to black and it worked! Yeah! Also I did it in the additional CSS Section.

                  And I had to change the 1 px border to black also.

                  Thank you for your help.

                  #21022
                  Wes
                  Moderator

                    Great! Glad it’s working.

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