Forked from imuhammadshoaib/class-wp-bootstrap-navwalker.php
Last active
November 28, 2020 05:18
-
-
Save valeriu/4ccee5aafb77d8fe160cdf866c5e178b to your computer and use it in GitHub Desktop.
Make parent link clickable in Bootstrap for Desktop with WordPress NavWalker
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
/* | |
*Add this CSS in your (style.css) file. | |
*/ | |
.dropdown:hover>.dropdown-menu { | |
display: block; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment