assetivity1 what is the code to change the static and hover colours?
Have added this to custom.css file in which you can change color code accordingly however specific CSS isnt appending with JCH optimize turned on. Would suggest to try in-built optimization options in order to circumvent and still derive the optimization results as envisaged
.navbar-nav > li > a:hover{color:#ff0000 !important;}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > span, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > span:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > span:focus{color:#ff0000 !important;}/*for static state*/
I originally wanted to change the red colours on the navigation arrows and buttons, but changing the brand primary and secondary didn't work?
You may check now as I have tried changing respective colors in thememagic and the same is reflecting fine. Kindly ensure to clear your browser cache if changes dont reflect.