Hi.
After upgrading to version 3, I’m having a problem with ScrollSpy on Chrome (mac) and iOS. When I scroll down to my about section, the active header menu item changes, but the item that was previously active retains its style until I hover of it with the mouse. This does not happen in Safari or Firefox.
Any suggestions?
Hey cornerlord!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate, #header {
transform: translateZ(0);
}
Best regards,
Yigit
Perfect!!!!!! Thanks!