Viewing 3 replies - 16 through 18 (of 18 total)
  • I’m not really good at wordpress. I noticed you have

    .entry-content ul > li {
    list-style-type: disc;
    }

    on your style sheet. Change “disc” to “none” will do the job. But I’m not sure if it is the best way to do it.

    Thanks Duplexd! That was it! I’ve now changed the custom.css in the plugin css folder as follows:

    .entry-content ul > li {
    list-style-type: none;
    }

    Bullets are gone..

    No Problem!

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘bullets in extended version’ is closed to new replies.