Why does my iPhone display bullets on footer links?

Hi @imabyssal ,

Go to Assets > theme.css and paste this at the bottom of the file:

.rte ul, .rte ol, .rte dl {
    list-style-type: none !important;
}

Hope it helps!