CollinStrachan Posted January 30 Posted January 30 My client's website has an adaptive header for desktop, which is great, but they want a black bar for mobile header. How can I do this? Website is currently at: https://bluestonelandscape.squarespace.com pw: 1234 Thank you!
tuanphan Posted February 4 Posted February 4 You can use this code to Website > Website Tools (under Not Linked) > Custom CSS @media screen and (max-width:991px) { header#header { background-color: black !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment