Change the bullet-points in the unordered list so that they are an image/icon of your choosing code example
Example: css custom bullet list
ul {
list-style-image: url('CoolKat.gif');
}
ul {
list-style-image: url('CoolKat.gif');
}