If I set the z-index for my banner then href to correct collection works. But this solution leads to my submenu item going behind the banner.
following code I added to get my slide ( Banner ) to take user to collection on clicking
.slideshow .slideshow__slide > a { position: relative; width: 100%; height: 100%; z-index: 9999; } If I use the above code sub menu items going beyond the banner / slide. I need make both work. #