Okay
  Public Ticket #2984994
How to change color menu underline
Closed

Comments

  •   CheckwithSterling started the conversation
  •  2,958
    Andrew replied

    Hello there,

    This CSS will help.

    #header-outer[data-lhe="animated_underline"] #top nav > ul > li > a .menu-title-text:after {
        border-color: #e91e63;
    }
    

    Thanks,