• Hey all,

    I am a complete newbie to WordPress and whilst I have managed to do some digging around on the internet and figuring my way out on getting a website up and ready. I am having troubles with one little detail and I reckon it has something to do with the Stylesheet but I am unable to spot the problem.

    The problem I am facing is the bullets do not appear on my website, it appears just fine on the wordpress WYSIWYG editor, however when I view the page on the browser the bullets do not appear. The text following the bullet is indented perfectly but no disc, square, circle nothing..

    Here is the code on the stylesheet:

    [CSS code moderated – please post a link to your site]

    Any help or tips would be greatly appreciated!

    Thanks..

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter reji99

    (@reji99)

    link to your site?

    without seeing the problem, it is near impossible to make any useful suggestions.

    Thread Starter reji99

    (@reji99)

    hi alchymyth,

    the site link is;

    http://www.governmentgrantsaustralia.org

    and sorry bout my previous message, just learned that was bumping..

    thanks so much for ur time..

    try and add something like this to style.css of your theme:

    .item ul li { list-style-type: disc; }
    .item ol li { list-style-type: decimal; }

    –explanation–
    you have theoretically done right with your styles, but, strangly, the li element list style type was set to none in /wp-content/themes/WPThemeGen050411/wpthemegen/reset-fonts-grids-tabs.css;
    as in here: li {list-style-type: none; list-style-image: none; list-style-position: outside;}

    http://www.w3schools.com/Css/css_list.asp

    Thread Starter reji99

    (@reji99)

    Thanks a ton mate!

    I added the coding you mentioned onto the style.css and somehow the problem still remained.

    Then I checked into the reset-fonts-grids-tabs.css file as you had correctly pointed out and VOILA!! It’s fixed now. So, how did i fix it, incase anyone else is in a similar situation in future. I removed that line ‘li {list-style-type: none; list-style-image: none; list-style-position: outside;} by using /* ‘coding’ */

    Thanks again alchymyth for taking the time and effort, couldn’t have done it without ur help 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Bullets not appearing’ is closed to new replies.