How do I comment out the “Unordered-List” Bullet-points?

5.30K viewsThemes
0

I don’t want to change them on the rest of my website I just don’t want the bullets in your plugin. They look like crap with your theme.
http://ecopsi.org/query-response/

0

check this out: https://wordpress.org/support/topic/duplicated-title-1?replies=8

0

Thank you it works.
Now how to stop it from creating duplicate page titles?
Look please.
http://ecopsi.org/query-response/

0

just add this to style.css:

.anspress .ap-container ul{
    list-style:none;
    padding:0;
    margin: 0;
}