Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter gaycarnes

    (@gaycarnes)

    So, no answer on why Bullets are not Working.Is there another Text Editor that would work for this function?

    Good question.
    I was just wondering the same thing.
    Font color does not work on my end either

    Plugin Author Josh

    (@josh401)

    Hello, very sorry for my late reply.

    It sounds like perhaps your themes are overwriting the styling of the bullets, or do not have any styling defined.

    To the OP (original poster): From your link, I can see your theme is not styling bullets. You’ll want to add some custom css to your site to define the bullets. You may either use a custom css option in your theme (if the theme provides one), or you may download a plugin which allows custom css to be added to your site.

    Once you’ve decided on the implementation; you may add the following rule to the stylesheet:

    
    div#main-content-with-sidebar ul li {
        list-style-type: disc;
    }
    

    That will style the list items with a bullet.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Bullets Not Working’ is closed to new replies.