Thanks Chavan
I removed the code that you suggested. The bullets came back on the regular unordered list and the overlapping text problem went away…however, now I had BOTH the star or arrow icons AND the regular bullet symbols with my list. I went ahead and removed the
background: none !important;
from the code as well.This worked but the indention was much greater with the star and arrow list than the regular list. In the file located at:
./plugins/system/jat3/jat3/base-themes/default/css/typo.css
I changed the 82nd line of code from
background: none;
margin-left: 8px;
to
background: none !important;
margin-left: 0px;
Everything seems to be working fine now.
Thanks for your help.