Get Professional Customization for any Website!
Contact us here for a free quote.

Okay
  Public Ticket #541102
Bullets Don't Appear
Closed

Comments

  • Lee started the conversation

    Bullets are not appearing after page is published. They can be seen in the Visual and Text editing windows, but not live.

    Numbers can be seen in editing windows and live.

  •  184
    George replied

    To fix that please go to Eclipse -> General Settings, paste the next CSS code to Custom CSS field and save changes.

    ul {
      list-style-type: square; 
      margin-left: 50px;
    }

    Best regards,

    George

  • Lee replied

    That did it.