DiCi Theme Solutions

Print

How to Change the Color of the Green Underline Menu Element

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:

How to change this element’s color

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.

Leave a Reply

Your email address will not be published. Required fields are marked *