Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created December 10, 2025 09:41
Show Gist options
  • Select an option

  • Save jmabbas/bfc76c74d6658cbc399492a89b3fed1f to your computer and use it in GitHub Desktop.

Select an option

Save jmabbas/bfc76c74d6658cbc399492a89b3fed1f to your computer and use it in GitHub Desktop.
Gotrek - Mobile sub menu open
.mobile-header .wp-block-navigation .wp-block-navigation__submenu-icon {
z-index: 9;
}
.wp-block-navigation-submenu__toggle[aria-expanded=true]>svg {
transform: rotate(180deg) !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment