how to add shadow under navigation menu in divi code example
Example: how to add shadow under navigation menu in divi
#main-header.et-fixed-header {
box-shadow: 0 3px 0 rgba(102, 102, 102, 0.1) !important;
}
#main-header.et-fixed-header {
box-shadow: 0 3px 0 rgba(102, 102, 102, 0.1) !important;
}