Hi,
how is it possible to prevent the theme to display animated underlined links for some elements, like a single link
or something? I tried to overwrite it with custom css, but I can’t find the right tag and/or property.
Greetings
Hi,
how is it possible to prevent the theme to display animated underlined links for some elements, like a single link
or something? I tried to overwrite it with custom css, but I can’t find the right tag and/or property.
Greetings
Maybe this will help someone looking for a solution. I added the following CSS to the child theme and it got rid of the underline animation. I’m sure there’s a more elegant solution but this worked for the time being.
.site-footer a.link-hover:after,
.site-footer a:active:after,
.wrapper a.link-hover:after,
.wrapper a:active:after {
width: 0% !important;
}
.top-menu-container.menu-skin-light div.menu>ul>li ul>li>a.link-hover:after,
.top-menu-container.menu-skin-light div.menu>ul>li ul>li>a:active:after,
.top-menu-container.menu-skin-light ul.menu>li ul>li>a.link-hover:after,
.top-menu-container.menu-skin-light ul.menu>li ul>li>a:active:after {
width: 0% !important;
}
.top-menu div.menu>ul>li ul>li>a.link-hover:after,
.top-menu div.menu>ul>li ul>li>a:active:after,
.top-menu ul.menu>li ul>li>a.link-hover:after,
.top-menu ul.menu>li ul>li>a:active:after {
width: 0% !important;
}
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu>ul a.link-hover:after,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu div.menu>ul a:active:after,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu a.link-hover:after,
.sidebar-menu-wrapper .sidebar-menu-container .sidebar-main-menu ul.menu a:active:after,
.team-holder .member .hover-state .social a:hover::after,
.top-menu div.menu>ul>li ul>li:hover>a:after,
.top-menu ul.menu>li ul>li:hover>a:after {
width: 0% !important;
}
Hi @Frank2kx,
Please add the code below to your Custom CSS area:
.wrapper a:after, footer.site-footer a:after {
background-color: transparent !important;
}
P.S: This is not the official area to receive support for Kalium theme so if you need our support in the future please write a ticket on our dedicated support center and our team will assist you.
Thanks for your understanding!
Regards,
Ylli from Laborator