How to add custom icons?
Hi i hope you can help,
<li>List item 3</li>
I need to use an icon that doesnt come with the betheme. I want to use a paw icon -is there any way in which i can add more icons to your exhisting icons?
If not i have also tried using html code for changing the bullet points in my collum
(<ul class=”leaf”>
<li>List item 1</li>
<li>List item 2</li><li>List item 1</li>
<li>List item 3</li>
</ul>
and then using css code
ul.paw {
list-style-image: url(‘/images/paw_icon.jpg’);
}
list-style-image: url(‘/images/paw_icon.jpg’);
}
however this doesnt seem to work - i have tried to put in in the appearence>themeoptions>layout>custom css box and this didnt work
and i have tried to put it on the individual page custom css and this doesnt work.
This is really crucial for my web design - I would be very grateful if you could help
Many Thanks
widemindstudios
Comments
<ul style="YOUR FONT STYLING"> (Style is optional)
<li style="list-style-image: url(YOUR PAW ICON FULL PATH);">Your Text Here</li>
</ul>
Cheers
Hamilton2186 Thanks for sharing
widemindstudios if you need more help please send us url to your page and we will check it
Thanks!