Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1422470

    Adwin L
    Participant

    Hello instead of bullets, is it possible to have the bullets as checkmarks instead?

    #1422621

    Prasant Rai
    Moderator

    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.

    #1423504

    Adwin L
    Participant
    This reply has been marked as private.
    #1424024

    Thai
    Moderator

    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 🙂

    #1424563

    Adwin L
    Participant

    this worked perfectly Thanks!

    #1424580

    Joao
    Moderator

    Glad to hear it,

    Cheers!