Hi all, the below code below does change the default “Strike Through” to be “Underlined” instead
CURRENT:
On hoover – A line that is climbing up to a “Strike Through” position
On an Active page – Page name is “Strike Through”
WANTED
On hoover – A line that is climbing up to a “Strike Through” position
On an Active page – No underline, no strike through. Just nothing that indicates where i am in the menue
Does anyone have an idea…!?
.menu-item:hover > a:after, .menu-item:focus > a:after, .socialmeida-a:hover .socialmeida-text:after, .socialmeida-a:focus .socialmeida-text:after, .menu-item.current-menu-item > a:after, .menu-item.active > a:after, .portfolio-link-button-a:hover:after, .archive-more-a:hover:after, .gallery-link-a:hover:after, .gallery-link-a:focus:after, .wpml-translation li:hover span:after, .wpml-translation .current-language > span:after {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}