Remove Gallery Navigation bar/circles

I’m trying to remove the navigation bar from the Gallery on mobile version as highlighted in yellow below. I have changed all titles and texts to 0% opacity and they have been removed from the web version however, on the mobile they won’t be removed.

This is not a code related issue as this is something that can be done through the editors own settings.
https://support.wix.com/en/article/showing-or-hiding-navigation-arrows-in-galleries

Thanks for your reply. The setting indicated in the article is not available on the type of gallery am using.

Is there not a option in the gallery settings for those circle slide buttons, as you might be able to set them to transparent like you have done for the other parts.
https://support.wix.com/en/article/customizing-the-design-of-your-slideshow
https://support.wix.com/en/article/slide-buttons

Although note that there are limits.
Full-width slideshows only have the Fill Color & Opacity option below.
Some preset designs do not display all of the options below.

Anyways, as you can’t do it easily through the Wix Editor itself, then you will have to try doing it through the code route and using the Gallery API or the Slideshow API.
https://www.wix.com/corvid/reference/$w.Gallery.html
https://www.wix.com/corvid/reference/$w.Slideshow.html

See the showNavigationButtons function from the Gallery API.
https://www.wix.com/corvid/reference/$w.Gallery.html#showNavigationButtons

Although note that this might not even work for you as stated in the info for the function.

showNavigationButtons
Determines if a gallery’s navigation arrows are shown.

Description
A gallery’s navigation arrows allow a user to click through the items in the gallery.

Note
The showNavigationButtons property is supported by galleries where the hasNavigationButtons capability is true. If you change the gallery’s type to one that doesn’t support hasNavigationButtons and you try to use it, your code may no longer function correctly.

And the same with the Slideshow API function of showNavigationButtons or showSlideButtons functions.
https://www.wix.com/corvid/reference/$w.Slideshow.html#showNavigationButtons
https://www.wix.com/corvid/reference/$w.Slideshow.html#showSlideButtons