I would like to know how to substitute the round circle that is used in Afterburner for the bullet points with the bullet-2.png image used in Chromataphore.
I found a similar topic in this forum, but I couldn't understand the instructions! I need basic step-by-step please!
Perhaps I am missing something obvious, but in the AfterBurner template, the logo & color-scheme are all in the same file. When I edited this, there was no sign of the bullet point image.
Thanks for that link Yves, but those default options aren't the style I'm looking for.
I think I've worked it out for myself - Okay here's what I've done - I copied the file bullet-2.png from templates/rt_chromatophore_j15/images to templates/rt_afterburner_j15/images.
Then I changed the code in light2.css from:
#colmask ul li { list-style: circle; }
to
#colmask ul li {background:transparent url(../images/bullet-2.png) no-repeat scroll 1px 4px;list-style: none;list-style-image:none;list-style-position:outside;list-style-type:none;margin-bottom:5px;margin-left:0;padding-bottom:3px;padding-left:15px;}