I have implemented the dropdown menu following this tutorial (https://mercytapscott.com/shopify-debut-show-drop-menu-hover/) However now, after implementing this, my images shows a blue tint (https://imgur.com/a/U2vp977). After clicking on a different product image, it doesnt show in the product page gallery. Instead it opens a new link to show the image. If i do not add the last line of code (.site-nav li { position: relative; } ) the menu disappears as soon as i try to navigate to the sub menu.
How can i solve this?
Ive also tried using this solution here but to no avail. It shows a blue tint and opens the image in a new link when clicked.
// Centered dropdown
.site-nav__dropdown--centered {
width: 100%;
padding: 0;
text-align: center;
top: 27px !important; // >>>>>>> ADDED THIS LINE TO MAKE THE MENU SHOW WHILE NAVIGATING
}