Sorry for the delay but should’ve looked into it more, I fixed it and used the following css to get what I wanted:
COPY CODE
.navbar-transparent.on-dark-bg
#header .logo a, .navbar-transparent.on-dark-bg .navbar .navbar-nav>li>a, .navbar-transparent.on-dark-bg .navbar .navbar-nav .caret:after {
color:red;
}
*/
.kleo-main-header.header-normal {
background-color: rgba(255, 255, 255, 0.6) !important;
}
.sticky.fixed {background: rgba(255, 255, 255, 0.6) !important; }
.kleo-main-header.header-normal {background-color: rgba(255, 255, 255, 0.6);}
Hope this helps someone else out.