You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the answer, frontenddevguy! We had the same mistake. Just to clarify.
Step 1: Go to: Header-menu.scss
Step 2: Find: .sub-menu.toggled-on
Step 3 Change to: .children.toggled-on
/* Toggle small menu and children on */
.toggled-on ul,
.sub-menu.toggled-on {
display: block;
}
not sure if _s or wp update broke this...
The text was updated successfully, but these errors were encountered: