Hover submenus in Source

If you want to use a CDN, the below codes work with the theme Source - v1.2.3 on Ghost Version 5.85.0. Also works in Casper…

Site Header Injection…

<!-- Dropdown Menu -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/rakihub/ghost-code-injection@main/nested-menu/built/nested-menu.min.css">

Site Footer Injection…

<script src="https://code.jquery.com/jquery-3.7.1.min.js"></script>
## The below codes work for latest Ghost default theme source - v1.2.3

<!-- Dropdown Menu -->
<script src="https://cdn.jsdelivr.net/gh/rakihub/ghost-code-injection@main/nested-menu/built/nested-menu.min.js"></script>

Navigation…