Tagged: change, enfold, main menue, separator
Hello at all.
I am wondering if there is any posibillity to chnge the seperator in the Mani Menue when i hover a menue item.
i found several threads in here, but all of them are about to turn the seperators of, not to modifythem on a hover.
Do you might have any hints for me!?
i put a screenshot to this rewuest for a better understanding
Hey Yigit,
Hey!
Try adding this code to the Quick CSS:
.av_seperator_small_border .av-main-nav > li:hover > a > .avia-menu-text {
border-color: transparent;
}
Cheers!
Josue