Pretty simple question, but I am not sure if it is possible. I want to add an image to act as a bullet in all elements. I know I can achieve this b
Something like this should work
h1, h2, h3 { background: url("the image link goes here") 0 center no-repeat; padding-left: 15px; /* change this to fit your needs */ }