This topic has 8 replies, 2 voices, and was last updated 6 years, 1 months ago ago by Rose Tyler
Hello, is it possible to get the underline effect in the menu as in version 4.28.1?
http://prntscr.com/l4r4mk
http://prntscr.com/l4r562
Greetings,
Dario
I do not find any display problems.
.menu-wrapper .menu > li > a:after {
left: 50%;
right: 50%;
opacity: 0;
-webkit-transition: all 0.2s linear;
transition: all 0.2s linear;
content: "";
display: block;
position: absolute;
height: 2px !important;
background-color: #a2185b;
}
.menu-wrapper .menu > li.current-menu-item > a:after, .menu-wrapper .menu > li > a:hover:after {
left: 1.07em;
right: 1.07em;
opacity: 1;
}
Regards
Ok, to change the underline color in the fixed menu? I wish it was white.
Greetings
.fixed-header .menu-wrapper .menu > li > a:after {
background-color: white;
}
Regards
Hello,
after updating the template to version 5.1 I see a graphic error in the menu underlining effect.
Greetings,
Dario
Hello,
.navigation-wrapper .menu-wrapper:first-child > .menu-main-container > .menu > li.current-menu-item:first-child > a:after,
.navigation-wrapper .menu-wrapper:first-child > .menu-main-container > .menu > li:first-child > a:hover:after,
.container-wrapper > .header-logo + .menu-wrapper > .menu-main-container > .menu > li.current-menu-item:first-child > a:after,
.container-wrapper > .header-logo + .menu-wrapper > .menu-main-container > .menu > li:first-child > a:hover:after {
left: 0;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up