Using different ICONs for Bullet lists
Hi,
I wanted to use ICONS such Megaphone, Tools, Chart-Graph etc (from the give ICON set) for bulletin list rather than using Star, Check and Idea icons as you shown in few demo pages.
I tried using " Megaphone, Tools, Chart-Graph" these ICON instead of star and check icons but its not accepting/reflecting in the output.
Say for example, in the below code, I replaced <ul class="list_CHECK"> with < ul class="list-MEGAPHONE>. I tried in the "MIxed List" as well but its not working. can't I use different icons for the bulletin lists.
<ul class="list_check">
<li>Suspendisse a pellentesque dui, non felis.</li>
<li>Quisque lorem tortor fringilla sed.</li>
<li>Quisque cursus et, porttitor risus.</li>
<li>Nulla ipsum dolor lacus, suscipit adipiscing.</li>
</ul>
For your reference: http://demo.oddcounts.com/c84/index.php/home/cube-demo/
Appreciate your suggestion.
Comments
you can not use icons for lists. The "checkbox" you saw on our demo are images, not icons so if you want to change them, you need to replace current image on FTP with your own. Or you can replace current image with the new one.
thanks