how do I change the color of the animated underline in the navigation menu? I want the animated under line to be a different color than the navigation text. I tried custom CSS from here but it doesn't seem to work anymore https://themenectar.ticksy.com/ticket/1602088/.
how do I change the color of the animated underline in the navigation menu? I want the animated under line to be a different color than the navigation text. I tried custom CSS from here but it doesn't seem to work anymore https://themenectar.ticksy.com/ticket/1602088/.
Hi There,
Thanks for contacting us.
Please try this css:
#header-outer[data-lhe="animated_underline"]:not(.transparent) #top nav > ul > li.menu-item-89 > a > .menu-title-text:after {border-color: #a22929;
}
Thanks.
That doesn't seem to work.
Hi There,
Please send in your admin login credentials so that we may look into this further.
Thanks.
Site: https://ubw.9e7.myftpupload.com/wp-admin/
Username: walkern
Pass: Temp010203
Hi There,
I added this css :
Please check and let us know whether you need any further assistance.
Thanks.
That worked! Thanks!
How do I apply the same to the drop down menus?
Hi There,
Please try this css:
#header-outer li.menu-item-90 > a .menu-title-text:after {background-color: #da2020;
}
Thanks.