Issue: Dropdown Menu appears behind Zoom image
I have reviewed several related topics through the forums but still cannot solve the issue. I have added code listed below, but not sure if I added to the right location. I have added to /wp-content/themes/canvas/functions.php , but that broke the entire site.
function yit_print_custom_style() {
?>
<style type=”text/css”>
ul#topnav li .sub { z-index: 99999; }
</style>
<?php
}
add_action( ‘wp_head’, ‘yit_print_custom_style’ );
Below is the url for the site in progress
https://mahlidesigns.com/?product=mahli-capri-length-practice-suit-final
thank you,