Hello. I’m using this free version. I add css code it work fine on PC. But the color of navigational bar on MOBILE devices not working. It remain default red color. Anyone could help me?
/*** Nav Bar BG Color ***/
.navigation-bar {
background-color: #007FFF
}
/*** Mobile Nav Bar ***/
@media (max-width: 767px) {
.navigation-bar {
background-color: #029FB2;
}
}
***The top menu is work fine on both devices
/*** Top Bar ***/
.info-bar {
background-color: #007FFF;
}
.info-bar ul li, .info-bar .social-profiles ul li a, .info-bar .infobar-links ul li a {
color: #FFF;
}