Title: bullets on pages
Last modified: August 21, 2016

---

# bullets on pages

 *  [Ralfhum](https://wordpress.org/support/users/ralfhum/)
 * (@ralfhum)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/bullets-on-pages/)
 * hi!
 * can get bullets working on posts but not on pages. the bullets appear in the 
   editor, both text and visual, but not on the page when updated.
 * [http://www.openingyourheart.com.au/?page_id=60](http://www.openingyourheart.com.au/?page_id=60)
 * any help on this appreciated!
 * blessings, ralf

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/bullets-on-pages/#post-4774438)
 * Your theme has `ul, ol { list-style: none; }` in your stylesheet. To change it,
   get a [custom CSS plugin](http://wordpress.org/plugins/search.php?q=custom+css)
   or use your theme’s builtin custom CSS option (if one exists) and put:
 * `ul, ol { list-style: circle; }`
 * Here’s a list of other supported list style types: [https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type](https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type)
 *  Thread Starter [Ralfhum](https://wordpress.org/support/users/ralfhum/)
 * (@ralfhum)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/bullets-on-pages/#post-4774448)
 * thx! appreciate your help!
 * i’m still thinking though that the theme developer needs to sort this out, yes?
   part of the fine tuning?
 * i used the CSS you offered in the Custom CSS area (it didnt work directly editing
   in the stylesheet for some reason) and the bullets appeared, but without the 
   proper indent, or formatting.
 * best wishes, Ralf
 *  [stephencottontail](https://wordpress.org/support/users/stephencottontail/)
 * (@stephencottontail)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/bullets-on-pages/#post-4774454)
 * I’m sorry, I misread your first sentence. Try putting these styles into your 
   custom CSS:
 *     ```
       .page .entry-content ul {
           list-style: square;
       }
   
       .page .entry-content ul,
       .page .entry-content ol {
           margin: 0 0 20px 20px;
       }
   
       .page .entry-content li > ul,
       .page .entry-content li > ol {
           margin: 0 0 5px 20px;
       }
       ```
   
 * I think this might have been an oversight on the developer’s part. These styles
   are the same as the styles for blog posts, except that they apply to static pages.
 *  Thread Starter [Ralfhum](https://wordpress.org/support/users/ralfhum/)
 * (@ralfhum)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/bullets-on-pages/#post-4774519)
 * thx Stephen! i’ll try it out! best wishes, Ralf

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘bullets on pages’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/spacious/1.9.12/screenshot.jpg)
 * Spacious
 * [Support Threads](https://wordpress.org/support/theme/spacious/)
 * [Active Topics](https://wordpress.org/support/theme/spacious/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/spacious/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/spacious/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Ralfhum](https://wordpress.org/support/users/ralfhum/)
 * Last activity: [12 years, 1 month ago](https://wordpress.org/support/topic/bullets-on-pages/#post-4774519)
 * Status: not resolved