• Wach time when I want to include the category on my weblog entry, I get an unsightly bullet showing up beside it.

    How do I go about removing it?

    As in, it shows up as

    (a red dot here) category name

    instead of just the category.

    Please help! Thanks. ??

    I did a search on this topic previously and was unable to find any threads.

Viewing 6 replies - 1 through 6 (of 6 total)
  • As I’m sure you will find in the codex…

    It’s controlled in the CSS
    Find the spot in your CSS that deals with ‘ul’ or ‘ul li’

    for example mine says
    #sidebar ul { list-style-type: none; }

    That means in Unordered lists in the #sidebar there will be no bullet.

    does that make sense?

    Thread Starter autumnqiu

    (@autumnqiu)

    Oh, I understand now! Thanks for your help!

    Rustin-
    “Give a man a fish, and you feed him for a day. Teach a man to fish, and you feed him for life.” ??

    Sending a person to Codex allows them to discover a new resource that they may not have known even existed.

    While I agree whole heartedly… When I started I wish someone would have told me what to look for.

    once I saw the effect those little hints had… I moved on to learn more. It helps a lot more to give some info and give the resource for more info.

    kinda like a weenie for people to follow.

    Rustin,
    Good point!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove the bullet from categories?’ is closed to new replies.