Hi I'm using the ACM custom module, gallery, style 3.
It adds a random dot, I assume for nav purposes - is there a way of removing it?
Thanks
Hi me200784
That's the navigation button for gallery items you can hide it via css adding to your custom.css file
.acm-gallery.style-3 .acm-gallery-nav { display:none; }
You should create from scratch custom.css file in this folder /templates/uber/css/ and add the suggested code to it.
Regards
pavit Thank you!