Hi there
I’m developing the site at www.coachhousedaynursery.com/chdn_wp using Integrity Light.
The top bar is dark brown, but on devices under 767px, the css changes the topbar to a light colour. I have tried adding the following code to my custom css, but it refuses to change on the site.
@media (max-width: 767px)
.x-topbar .p-info {
background-color: #67492c !important;
}
Could you point me to the correct code to change this please?
Thanks
