Our clients often have questions about changing the color of the green dash underline in the menu of the DiCi theme. You can see it on the following screenshot:
Changing this element’s color is quite simple using CSS.
You need to add the following code to Appearance -> Customize -> Additional CSS and save changes:
.main-navigation ul li a:before { background: #173459 !important; }
Replace #173459 with any other color hex according to your personal needs.