Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Web Tabula Rasa

    (@web-tabula-rasa)

    @peterhjalmarsson

    did you copy and paste and play with the specific .in.collapse that i posted above and have re-posted here?

    for the normal header nav i use this

    .navbar .nav > li > a { color: orange;
    }

    for the collapsed nav i use these below because i want different looks in each scenario

    it should work

    .sticky-enabled .tc-shrink-on .in.collapse .nav a { color: red;
    }
    
    .in.collapse .nav > li.current-menu-item > a { color: yellow;
    }
    
    .in.collapse { width: 200px; background-color: #5A5A5A; overflow: visible;
    }
    
    .in.collapse .nav a { color: red; text-shadow: none;
    }
    Web Tabula Rasa

    (@web-tabula-rasa)

    I think i’m too much of a novice to give advice but if i’m understanding you correctly try

    .in.collapse

    i just cut and paste some of what i’m working with

    .sticky-enabled .tc-shrink-on .in.collapse .nav a { color: red;
    }

    .in.collapse .nav > li.current-menu-item > a { color: yellow;
    }

    .in.collapse { width: 200px; background-color: #5A5A5A; overflow: visible;
    }

    .in.collapse .nav a { color: red; text-shadow: none;
    }

Viewing 2 replies - 1 through 2 (of 2 total)