11 years ago
azpaul
Member
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 |
11 years ago
azpaul
Member
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; } |