Hi all, how to add the dots and previous next arrows to the product images on only the mobile sites, just like in the attachments. Installed flickity already and tried some code but still not working. The current theme is Broadcast 3.0. Much appreciate it if anyone here can guide me to add the dots and button? Thanks.
Edit your theme’s code, the search for theme.js under assets/ folder
When you get there, find prevNextButtons using command + F for Mac
Change the false value to (screen.width < 769) ? true : false. This ensures that the arrows get shown on mobile and tablet.
You may require some additional styling depending on theme

