Reply To: Header Color Change

#10034509
WebDevUS
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?