Hi, thank you for your response ??
I actually already have Firebug and have tried it and I only managed to find how to give my menus the discs to the lists (which I don’t want to do). So far, I’ve found nothing that changes the lists on the actual pages (I’m not new to CSS actually, and I rely heavily on the “inspecting element” and sometimes even using FTP to directly change the files when everything else fails). I am here because I have exhausted all my other my venues and what I have typically done to customize my other two websites is not working.
As you can see from the link I’ve provided, my code already uses the recommend fixes listed here on WP and is being called by the CSS file per Firebug and Inspect Element:
li {
display: block;
list-style-type: disc;
list-style-position: inside;
text-align: -webkit-match-parent;
}
media="all"
ul {
list-style: disc!important;
}
I will try the plugin option you mentioned, but I am wary of it since one reviewer mentioned that it also changes the Admin CSS and that is not my intention.
Anyone one else with suggestions?