Add Underline Active Menu Item Divi

What it does

Add Pseudo Underline After Active Menu Item in divi navs
selector .current-menu-item a::after { content: ''; width: 100%; height: 2px; background: #369de2; display: block; }

Where to Add

Add to the menu module itself Advanced -> Custom CSS -> Free-Form CSS