Why are slideshow dots appearing in my mobile menu?

I got dots added to the bottom of my slideshow on my home page but now when I open my side menu on mobile devices the dots are appearing there too when they’re not supposed to be

1 Like

@ValvedExhausts
Hi,
Welcome to Shopify Community.
Kindly Share your Store URL.
SO that I can help you.

Thank you

https://valvedexhausts.ca

.slideshow__controls {
    position: relative;
    margin-top: -50px;
     z-index: 0 !important; 
}

@ValvedExhausts

Add this code in the below of the component-slideshow.css file.

I hope it will work properly. if you need more help then let me know

Thank you

@ValvedExhausts Let’s fix this within 5 seconds. Just add this below css in your component-slideshow.css file and save it

.slideshow__controls {
     z-index: 0 !important;
     position: relative;
     margin-top: -50px;
}

I am currently on a mobile shopify and can’t edit code right now can you do this for me please?

1 Like

yes, i can do provide me staff Access to Add it.

Please send the request I will accept

1 Like

@ValvedExhausts
Check your Store I have fixed your Issue.