Disable the transparency on the fixed header on scroll

Home › Divi Code Snippet Library › 'Divi Header' Snippets › Disable the transparency on the fixed header on sc....

To disable the transparency on the fixed header on scroll:

header#main-header.et-fixed-header {
background: rgba(255, 255, 255, 1.0) none repeat scroll 0 0 !important;
}