Header Color in Mobile Set Up

Homepage Community Forums Agile Theme Support Header Color in Mobile Set Up

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1213
    gavoweb
    Customer

      The header colors switches over the white/gray background when the site responds to a mobile browser. Is there a way to change that to keep the black? This way it keeps the simple header logo visible I created.

      http://theologytalks.com

      #1214
      Wes
      Moderator

        Yes, you could add a background color to “.head-wrap” on line 2232 in your style.css file –

        .head-wrap {
        background: #222;
        padding: 0;
        width: 100%;
        }

        #1215
        gavoweb
        Customer

          Sweet, that did the trick!

          thanks so much

          -gavin

          #1216
          Wes
          Moderator

            You’re Welcome!

          Viewing 4 posts - 1 through 4 (of 4 total)
          • The topic ‘Header Color in Mobile Set Up’ is closed to new replies.