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
You could do something like this:
h1:before { content:"• "; }
See Fiddle :
http://jsfiddle.net/6kt8jhfo/6/