Bullet list images

A place for discussion about skinning and design. Before posting questions here you should review the documentation about creating skins.

This thread is closed to new posts. You must sign in to post in the forums.
9/21/2011 11:13:32 PM
Gravatar
Total Posts 3

Bullet list images

Hi,

I would like to know what file or files I need to modify in order to change the images that will be used in the bullet list.

Currently options is: <not set>, Circle, Disk, Square

I would like to add a star or any other image.

Thanks

 

 

9/22/2011 8:03:13 AM
Gravatar
Total Posts 115
mojoPortal Community Expert

Re: Bullet list images

You need to modify the the CSS for an unordered list.

This is a short sample of what you need to look for.

{
list-style-position: outside; 
list-style-image: url('image.png');
list-style-type: square;
}

You must sign in to post in the forums. This thread is closed to new posts.