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

Avatar: Rose Tyler
Rose Tyler
Support staff
June 23, 2021 at 13:14

Hello,

Change the code to:

.footer .menu-element .menu li > a {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.footer .menu-element .menu li {
    margin-left: 1.07em !important;
    margin-right: 1.07em !important;
}
.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: 100%;
    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.