I was having a quick look through some of my posts to make sure everything was ok and noted that bullet lists were not showing.
If you have this problem with the iNews theme from Ithemes then this post has the solution,
Edit the main CSS and add the li tag in the Text Elements Section.
1 /********************************************* 2 Text Elements 3 *********************************************/ 4 p, ul, ol, blockquote {color: #000;}
1 /********************************************* 2 Text Elements 3 *********************************************/ 4 p, ul, ol, li, blockquote {color: #000;}
Leave a Reply