@J2FK yes, somehow wit CSS… maybe they change styles when selected…

use the developers window (see second slink in my signature below)

looking in the dev window when active each icon gets the class

indicator

applied

the default style is (in MMM-page-indicator.css)

.MMM-page-indicator .indicator { padding: 0 5px; margin: 0; font-size: 0.5em; }

so you would put this in css/custom.css and change it as you want/need

I tried fiddling with this , but the override for the icon is causing trouble.