1
Calipsy
Changing "dots" on theme.
  • 2005/3/9 22:45

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


How can I change this dot?

[size=x-large].[/size] text bla bla bla

I want change its color or put a icon there.

2
exbanious
Re: Changing "dots" on theme.
  • 2005/3/10 0:24

  • exbanious

  • Not too shy to talk

  • Posts: 113

  • Since: 2004/5/30


in your css file you can give list items properties.

Quote:

li
{
list-style-image: url(image.gif);
}


just put the image in your theme folder.

if you want to change the square to a circle
or disc:

Quote:

li
{
list-style-type: disc;
list-style-type: circle;
list-style-type: square;
}


i'm not sure of an easy way of changing the color of the item without changing the rest of the text in the list,
but maybe somebody else knows.

but you can change the color of everything in the list:

Quote:

li
{
color: #000000;
}


hope that helps

3
Calipsy
Re: Changing "dots" on theme.
  • 2005/3/10 5:06

  • Calipsy

  • Just popping in

  • Posts: 87

  • Since: 2003/4/30


Thank you exbanious !
Finally, I was able to change the color of the dots.

Login

Who's Online

125 user(s) are online (52 user(s) are browsing Support Forums)


Members: 0


Guests: 125


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits