Reply 291726 to: Hover animation in your theme to my theme.

Avatar: Rose Tyler
Rose Tyler
Support staff
June 23, 2021 at 06:57

Hello,

Try to use the next custom CSS code:

.footer .menu-element .menu li > a:before {
    content: '';
    height: 2px;
    width: 0;
    right: 0;
    position: absolute;
    transition: width .2s ease-in-out;
    bottom: 0;
    background: currentColor;
}
.footer .menu-element .menu li > a:hover:before {
    width: 65%;
    right: auto;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.