Hi,
Great theme. But weird bug/quirk I can’t seem to figure out. I have my menu, but whenever I rollover one menu-item the one next to it becomes bold/bolder. Then it goes away when I roll off. This seems more prevalent in Safari browsers than others.
Any thoughts? Thanks!
Josh
Hey jrw023!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Cheers!
Yigit
Thanks! Works perfect. How do we also remove the little white bar that shows beneath the text on rollover?
AWESOME WORK!