How can I add navigational icons under banner slideshow (arrows or dots) in Narrative Theme?

Hi,

I want to add buttons or arrows under the banner slideshow, for the convenience of customers. Found one solution. But the added script (below) won’t allow me to change the image in the slider.

@media only screen and (min-width: 750px){
.slideshow__indicators { display: block !important; height: 35px; display: flex !important; }
}

The indicators that showed up after the script.

The next thing I found out was that it might have caused any conflict in theme.js somewhere in the discussion. Now I am not into dev things or languages can someone help me out with what could possibly be the reason for the slider not changing slide once clicked on the button.

Thanks,