Hi Ben. I tried it but it seems there is no way to set the size of the bullet image. I tried to use-
ul li:before {
content: “”;
background: url(http://bobo.media-buzz.net/wp-content/uploads/2015/08/heart-bullet.png) left top no-repeat;
width: 20px;
height: 20px;
}
but it is is not reducing the size, it just cutting my big heart bullets.
is there any way to do it properly and responsively (size& position)?