Viewing 1 replies (of 1 total)
  • Plugin Author Stephen Harris

    (@stephenharris)

    Try:

    
    li {
       list-style-type: none;
    }
    

    (although at first glance it appears you have invalid HTML mark-up. Those li are not immediate children of ul or ol. In any case, the above should work).

Viewing 1 replies (of 1 total)
  • The topic ‘css bulleted list issue on shortcode’ is closed to new replies.