Homepage › Community Forums › Agile Theme Support › Header Color in Mobile Set Up
Tagged: header, mobile, responsive
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
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%; }
Sweet, that did the trick!
thanks so much
-gavin
You’re Welcome!