URL: https://tcfgxtmeg1yv0w50-17240367.shopifypreview.com
On my desktop version the drop down menu has a white background but when I view my website from a mobile its still transparent so everything is jumbled up, how do I make the same white background appear on the mobile version
Code initially added to get white background for menu dropdown:
.hidden.lg\:block.absolute.bg-page.shadow-lg.left-0.right-0.bottom-0.translate-y-full.translate-x-0.opacity-0.navigation-item-content.pb-5 {
background: white !important;
}
Output Desktop:
Output Mobile: