Our client’s website is GoingCoastalTransportation dot com and when we access the device on either tablet or mobile, the header goes nearly 100% transparent. We would like to have a solid white background. We cannot figure how to change the CSS. Any help would be greatly appreciated. Thank you for your time.
Please try adding the following code to Appearance Customizer Custom CSS
.x-topbar .p-info, .x-topbar .p-info a, .x-navbar .desktop .x-nav > li > a, .x-navbar .desktop .sub-menu a, .x-navbar .mobile .x-nav li > a, .x-breadcrumb-wrap a, .x-breadcrumbs .delimiter, .x-navbar {
background: white !important;
}