bullet points

Support Area Forums Moonrise bullet points

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question:
  • Author
    Posts
  • #13355
    Aaron Tullman
    Participant

    Hi Bill,

    One final last things- I am puting bullet points into two of my pages. They work in the editor, but they don’t show up on the final page. I’ve played around with this in the CSS:

    ul {
    list-style: none;
    }

    but I can’t figure out what exactly to do with it.

    Any tips?

    Thanks!

    #13359
    Bill Robbins
    Moderator

    Aaron,

    You can style those. Here’s what you’ll need to do:

    1. Go to the Theme Options page and select the Styling tab.
    2. Scroll down to the Custom CSS box and paste this:
      
      ul {
      	list-style-type: disc;
      }
      
    3. Update your settings.

    Setting it to disk will make the items have a typical bullet in front. You can also choose circle to have them have a circle with nothing in the center, or square to have a small square in front.

    If you have any questions or trouble, let me know,
    Bill

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘bullet points’ is closed to new replies.