After the recent update of the theme the background color of the mini header disappear. It turns back to #ffffff
It works well in V1.1 but not anymore since the last update.
Can you please tell me how to fix it?
—————————————
Css code:
#mini-header {
background-color:#F7F7F7!important;
}
.boxed-layout #mini-header {
width: auto;
padding: 0 30px;
background-color:#F7F7F7!important;
}