Leo
(@leohsiang)
Hi there,
That CS by itself should not change anything about the menu at all.
This is the CSS that’s causing the issue:
https://www.screencast.com/t/3D4DRgit1o
Dear @leohsiang
Thanks. I can see the issue is that the comma at the end of
body.page-id-830 .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a,
and just before the blockquote code caused the confusion.
I’ve replaced it with an empty pair of curly brackets, like this
body.page-id-830 .main-navigation .main-nav ul li[class*="current-menu-"].sfHover > a {}
Now it works. Was that the correct solution? Or…?
-
This reply was modified 6 years, 1 month ago by
mnatseah624.
Leo
(@leohsiang)
Yup looks like just a syntax error 🙂