Thanks 🙂
Hi,
I have the same issue as described above.
I set the header navigation text color to #D54A15 and bg color (#fff): http://prntscr.com/1yrziy1
I set Primary colour in Styling Options to #D54A15 http://prntscr.com/1yrzno3
and it didn't helped.
Website is displayed without changes: http://prntscr.com/1yrzr9p
I managed to change the bg and font colour by Custom CSS:
header.header-2 .yolo-header-nav-wrapper {
background-color: #fff;
}
.navbar-nav > li a {
color: #D54A15!important;
}
but it doesn't work for the line visible on hover: http://prntscr.com/1ys00qi
I cleared browser cache.
Can you help me?
