Call for help

Maybe somebody could help me. I couldn’t figure out my my bullets aren’t showing up on my blog. I’m going crazy over this. Grrr.

7 Responses to “Call for help”

  1. Grace

    What do you mean? Iyong mga list mo sa mga blog entries mo ay walang parang circle/box sa sides or if you make a list it doesn’t show up at all? If it’s the former then it is because ang nakasulat sa “html>body .entry ul” css mo ay “list-style: none;”. Change the “none” to disc, circle or square.

  2. Trish

    Use this code for bullets:

    sample bulleting:

    hello
    hi;
    type here;
    abcde
    blogging

  3. dementia

    Grace,

    Papaano pag numbers naman ang list ko?

  4. dementia

    Tina,

    That doesn’t work either :(

  5. Grace

    Edit the .css file of your theme. Find the following line and delete it:

    ol li, #sidebar ul ol li { list-style: none; }

  6. Grace

    Or just delete the ol li, part

    so:
    ol li, #sidebar ul ol li { list-style: none; }

    will become
    #sidebar ul ol li { list-style: none; }

  7. dementia

    Grace,

    It worked! Thanks so much!!!!!!! :heart: I deleted the while line.

Leave a Reply