Hi,
Thanks for contacting us.
1- We are really sorry but we don't understand your question. Can you explain it as clearly as possible again?
2- We added this Custom CSS segment to Theme Options > Custom CSS & Script > Custom CSS to hide:
@media(max-width:768px){
#yolo-wrapper .yolo-top-bar{display:none!important;}
}
3- If you want to change the background color of menu on the mobile, you can add this Custom CSS segment to Theme Options >Custom CSS& Script > Custom CSS:
@media screen and (max-width: 768px){
.yolo-mobile-header-nav{background:#4ec738 !important }
}
Note: remember to change the suitable color.
4. Please refer to this Custom CSS segment:
.yolo-top-bar{border-bottom:1px solid black;}
5- Please use this Custom CSS segment to change the topbar color:
.yolo-top-bar{color:#da0b43 !important;}
You can check, then feedback us.
Thanks.
YoloTheme