Return to Snippet

Revision: 70447
at February 18, 2016 11:47 by bcounts


Initial Code
.patch-indv ul li {
    list-style: none;
    margin-bottom: 10px;
    text-indent: 0;
}

.patch-indv ul li:before {
    color: #00a4e3;
    content: '\2713 '; /* Check Mark */
    font-size: 1.5em;
    font-weight: bold;
    margin-left:-20px;
}

Initial URL


Initial Description
Change your list bullet to a custom character in CSS.  Will not wrap it multiple lines

Initial Title
Css bullet img replacement

Initial Tags
css, image

Initial Language
CSS