Add the following CSS to add a thin blue line underneath the primary menu bar:
/* START Add a line below the menu bar */
#main-header,
.et_fixed_nav.et_secondary_nav_enabled #main-header {
box-shadow: 0 1px 0 #00BBE3 !important;
}
/* END Add a line below the menu bar */
Code language: CSS (css)