badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Navigation bar css not working

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #79036
    dildolandx
    Participant

    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;
    }

    #79044

    Hi please add the below Custom CSS code as well.

    @media (max-width: 991px) {
    	.navigation-bar-top {
    		background-color: #029FB2;
    	}
    }

    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.