Change the border colour at the top of the drop down menu

Home › Divi Code Snippet Library › 'Divi Header' Snippets › Change the border colour at the top of the drop do....

To change the border colour at the top of the drop down menu:

.nav li ul {
border-color: #cc0000;
}