Add a bottom border under the fixed header

Home › Divi Code Snippet Library › 'Divi Header' Snippets › Add a bottom border under the fixed header....

To add a bottom border under the fixed header:

#main-header.et-fixed-header {
border-bottom: 1px solid #0a54a2; !important
}