Hi team,
Here’s the css code below I put it in the wordpress, and I using Bridge theme, there’s custom CSS I can add on.
it supposed to show the underline animation when hover, sadly it didn’t work as I expected, could anyone help to check where’s wrong, thank you!
here’s the example for the menu animation:
https://stockholm89.qodeinteractive.com/?_ga=2.113327054.871211716.1645332472-1665455210.1645332472
.menu-animation-underline nav.main_menu>ul>li.active>a .menu-text:before{
width: 0;
}
.menu-animation-underline nav.main_menu>ul>li:hover.active>a .menu-text:before{
width: 100%;
}