list-style not working

Permalink
The list style in my site does not seem to be functioning. The site ishttp://gospelriver.com
I have tried verifying the CSS and searching for each place that the CSS specifies a list style of none and replaced it with disc and nothing seems to work. My cache was off. I tried adding CSS within the editor to all the text and it does not display properly in the editor. Formerly it would at least display the bullets in the editor but nothing shows any more. I'm using a modified touching theme, Version 5.4.1 Thanks much for your help.

 
jbx replied on at Permalink Reply
jbx
Well, in typography.css on line 27 you have a list-style-type: none, which is preventing the bullets from showing on your home page. Is this what you were stuck with or was there a specific list you need help with?

Jon
nbruley replied on at Permalink Reply
Thanks for your prompt response Jon,
Actually, I think that applies just to the navigation, though I might be wrong. I did change that a while back so the discs did not appear next to the images. However, I changed it back, cleared cache and I don't get discs in either place. I checked in another browser also.

If it were an issue with the imported CSS, wouldn't setting a custom style in the editor overwrite this?

Thanks for your continued help.
jbx replied on at Permalink Reply
jbx
Yes you do - all your front page lists now have discs...

Have you cleared your browser cache?

Jon
nbruley replied on at Permalink Reply
I guess I have something that works now anyway. I wish the first bullet wouldn't be there in the footer but I'm not going to spend more time on this now. Thanks for your time!
nbruley replied on at Permalink Best Answer Reply
I had the body list style set to
list-style:disc
When I changed it to
list-style-type:disc
I got results.
Hmmm... maybe I don't know my CSS too well?
nbruley replied on at Permalink Reply
Unfortunately changing the body also changed the footer, even though I have footer set to none... ugh.