I have a blue background on the small bar at the top but on the mobile its showing as white, so you can’t read the text. It’s also not sticking to the top the way it should.
Help please?
Hey ginnywills,
Add this to quick css:
@media only screen and (max-width: 767px){
#header_meta{
background:#2d5c88!important;
}}
Best regards,
Jordan Shannon