Created
July 3, 2025 04:52
-
-
Save jmabbas/9a076b88f1962beb2c8a4cb2d076fa24 to your computer and use it in GitHub Desktop.
Electro - Hide sub menu arrow icon on static pages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body.page-template-default:not(.home) .electro-navbar-primary .nav>.menu-item.menu-item-has-children>a:after { | |
display: none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment