Hi Ankit,
Thanks for posting! I’m not able to replicate this. What browser are you using? Are you using any browser extensions?
Kindly,
Hannah
Thread Starter
Ankit
(@freakkajla)
Hi,
Thank you for getting back.
I am using Chrome. I tried edge and firefox. Exact same issue. When I scroll up, the menu text becomes bold.
No. I am not using any browser extensions.
Best regards
Hey,
Let me check with my team and see if anyone else is able to replicate this as I still am not.
Thanks for your patience!
Kindly,
Hannah
I can’t recreate this on a mac.
The CSS is definitely not changing on scroll, so the issue is with the Operating system/browser. Can you do a quick test and add this CSS hack into your appearance > customizer > custom CSS:
.header-navigation ul li.menu-item>a {
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
Please let me know if that resolves the issue.
Ben