Solution for this topic
Hi @ukbballrulez33,
I hope you are well today and thank you for your question.
You have disabled it using YellowPencil Plugin which generated below custom CSS code.
#header-navigation .sh-nav ul {
display: none !important;
}
To resolve it either remove the below custom CSS code or add the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
#header-navigation .sh-nav li:hover > ul.sub-menu {
display: block !important;
}
Best regards,
Shufflehound team