September 17, 2020 at 8:22 am
#10034509
Participant
Thank you for the suggestion,
Below is the code I edited after reading your message. The background color did not change when I updated the code to include the background color #BCC2FF that I am trying to make my nav bar.
html.sticky-header-active #header .header-body {
position: fixed;
border-bottom-color: rgba(234, 234, 234, 0.5);
box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
background-color: #BCC2FF;
}
html.sticky-header-active #header .header-body.header-body-bottom-border {
border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}
Do you have any other suggestions?