- This topic has 7 replies, 5 voices, and was last updated 9 years ago by .
Viewing 8 posts - 1 through 8 (of 8 total)
Viewing 8 posts - 1 through 8 (of 8 total)
- The topic ‘Header background color on mobile’ is closed to new replies.
Home › Forums › All Other Themes › Header background color on mobile
How do I change background color of header on mobile web?
Background color is different with PC Version.
My theme is Coffee Pro
Thanks
Hi Hyewon,
Kindly show us your website URL.
Regards,
Brad
www.adiocchiro.com
I am having the same issue on pet care theme. I can not find where the black in the header on mobile devices comes from.
My website is http://www.jcaos.com/web
For Coffee Pro:
Kindly place this in Appearance>Theme Options>Basic settings>Custom CSS:
@media screen and (max-width:767px) {
.header {background:#898989 !important;}
}
For Pet Care:
Kindly place this in Appearance>Theme Options>Basic settings>Custom CSS:
@media screen and (max-width:479px) {
.header .header-inner {background:#ffffff !important;}
}
Regards,
Shri
Could you please provide with http://samsyrop.pl ? The same issue as with the other.
OK, I see now, it works. Thanks. My topic to close.
Alright
