Hi Jeremy,
You can also add the override code to your template's override css file, maybe that works better.
Below is the code I added to the file --> public_html/templates/my_template/css/custom.css
This code creates a transparent navbar, but you can off course adjust it to any color you want.
The last part of the code changes the color of the icons on the navbar.
body div#fd.es .es-toolbar .navbar-inner {
background-image: none;
border: 1px solid transparent;
}
.navbar-inner {
background-color: transparent;
}
body div#fd.es .es-toolbar .fd-nav>li>a [class^="ies-"],
body div#fd.es .es-toolbar .fd-nav>li>a [class*=" ies-"] {
color: #767676;
}
Kind regards,
Danny