Potresti provare ad editare il file index.php nella cartella /templates/tuo_template/ ed aggiungere nell'head:
codice:
<style type="text/css">
ol, ol li{
    list-style:none !important;
}
</style>
Ciao