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

5.33K 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

just add this to style.css:

.anspress .ap-container ul{
    list-style:none;
    padding:0;
    margin: 0;
}
You are viewing 1 out of 3 answers, click here to view all answers.