Fix no bullets on k2 1.0 RC6

k2 theme’s latest version has a big bug in the form of no bullet style for unordered lists(ul tag). Actually this was a mistake that crept when Eric Meyer’s reset css was applied to the core css of k2 theme. To fix this bug, open core.css.php (../k2/css/core.css.php) and search & replace from line 29 to the 31:

ol, ul {
list-style: none;
}

to

ol, ul {
/* list-style: none; */
}

This should fix this simple bug.

Related posts:

  1. Replace wordpress search with Google Adsense for Search
  2. Remove Border from smiley images in Wordpress
  3. Get Threaded Comments on your Blog
  4. Hide any Category or Asides from Main Content of k2 theme
  5. Direct Download links of Yahoo! Messenger for Vista

1 Comment »

  1. avatar comment-top

    Thanks for this - just upgraded to K2 RC6, and good to have the bullets back.

    [Reply]

    comment-bottom

RSS feed for comments on this post. TrackBack URL

Leave a comment