Bullets Not Showing On Page But Shows In Wordpress Editor

Latest Reply from azpaul at 2013-01-24 23:25:42
I am trying to create a page with a bullet list. I have searched all the php files and the css files for list-style: none. I made a couple changes and still no list.

Where do does one add or change the CSS to allow bullet lists?

Thanks
Thank you John in support for the resolution to this issue.


The following needs to be put int he styles.css. Worked like a champ!

.articles ul {
list-style: square outside none;
margin: 20px;
}

Leave a reply

Add codeAdd image