Tagged: x Author Posts March 27, 2017 at 8:00 pm #1422470 Adwin LParticipant Hello instead of bullets, is it possible to have the bullets as checkmarks instead? March 28, 2017 at 12:59 am #1422621 Prasant RaiModerator Hello Adwin, Thanks for writing in! Yes of course. Could you please provide us with your website URL so we can take a closer look? Thanks. March 28, 2017 at 5:21 pm #1423504 Adwin LParticipant This reply has been marked as private. March 29, 2017 at 6:06 am #1424024 ThaiModerator Hi There, Please add the following CSS under Customizer > Custom > Global CSS: .x-text ul { list-style: none; } .x-text ul li { position: relative; } .x-text ul li:before { content: '✔'; position: absolute; left: -20px; } Hope it helps 🙂 March 29, 2017 at 3:11 pm #1424563 Adwin LParticipant this worked perfectly Thanks! March 29, 2017 at 3:20 pm #1424580 JoaoModerator Glad to hear it, Cheers! Author Posts