Support » Themes and Templates » any know how to change the bullet into a check mark?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The way that site is doing it is through a gif. If you look at the css you can see the following that applies to each list item in that ul:

    .entry ul li {
    background: url(http://www.elegantthemes.com/preview/MyResume/wp-content/themes/MyResume/images/check.gif) no-repeat 0% 50%;
    display: block;
    float: left;
    padding: 10px 0px 0px 30px;
    width: 190px;
    }

    In other words collapsar, it takes custom CSS to do that.

    It is not of the default bullets supported in HTML browsers.

    Yes. I’m sorry. my. FROG put it much more eloquently than I did.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘any know how to change the bullet into a check mark?’ is closed to new replies.