October 14, 2019 at 7:00 am
#69089
Theme Horse Support Team
Keymaster
To hide the top nav-bar on mobile view please go to ‘Appearance > Customize > Additional CSS’ and paste the below custom CSS Code.
@media (max-width: 767px) {
.info-bar {
display: none;
}
}
And could u please share us your Site Url so that we can figure out the issue regarding parent menu color.
Thanks