Header color not change in mobile layout

Homepage Community Forums Aspire Theme Support Header color not change in mobile layout

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #22344
    shehzore
    Customer

      Hi,

      a) I have changed my header and footer color but the header color has not changed in mobile layout.

      also

      b) When I hover over menu items it color changes with the header and footer color and then I am unable to see menu items.

      #22363
      Wes
      Moderator

        Do you have a link to your site? I can test this from my end to see what’s going on.

        #22366
        shehzore
        Customer
          This reply has been marked as private.
          #22373
          shehzore
          Customer

            Hi Wes,

            I am waiting for your reply, I didn’t get any response.

            Thanks

            #22388
            Wes
            Moderator

              Did you want the Header background color to be the Blue that you have in the logo? If so, either Remove/Comment Out or change this – .front-page .site-header to blue on line 2551

              .front-page .site-header {
                  background-color: #000;
              }

              Here’s what it looks like if you change it to Blue –

              .front-page .site-header {
                  background-color: #2185f5;
              }

              For the header links: Since you changed your Header background to Blue, and your links are blue, you’ll need to change the Hover code so it shows up as a different color. If you add this to your CSS, it will change it to the Yellow color that you have in your logo.

              .site-header .genesis-nav-menu a:hover {
              	color: #f9dd10;
              }

              You can change it to whatever color you need.

              Let me know if this helps.

              #22389
              shehzore
              Customer

                Thanks a lot Wes, now everything works fine.

                I also want to change the position of Logo as it is a little bit at the top. Kindly help me in that too.

                Thanks.

                #22403
                Wes
                Moderator
                  This reply has been marked as private.
                  #22415
                  shehzore
                  Customer

                    Thanks Wes. It really helps me out. This is exactly what I want.

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The topic ‘Header color not change in mobile layout’ is closed to new replies.