• Resolved AnnaPepe

    (@28091984-1)


    Hello
    I can not make these changes work. dove wrong?

    @media (max-width: 979px) .nav-collapse, .nav-collapse.collapse.in .nav {
        	display: block;
        	background: #ffffff;
    }
    @media (max-width: 979px) .tc-hover-menu.nav a {
    	border-bottom: 0;
    }
    @media (max-width: 979px)
    .no-navbar .navbar .navbar-inner {
            background: #ffffff;
    }
    
Viewing 1 replies (of 1 total)
  • Thread Starter AnnaPepe

    (@28091984-1)

    I solved, I identified the exact code, thanks for this super theme

    .nav-collapse.collapse, .no-navbar .nav-collapse {
        background: rgba(255, 255, 255, 0.97);
    }
    .tc-hover-menu.nav a {
        border-bottom: 0px solid #fff;
    }
Viewing 1 replies (of 1 total)

The topic ‘change color to the menu’ is closed to new replies.