For reasons unknown, I see some additional id selectors have been added to the typograpgy.styleX.css files in the css/typography folder, which plays a bit of havoc with bullet lists in K2 articles.
At around line 700 (depending on which style number you are using), you'll see;
- Code: Select all
ul.gkBullet2 li,
#k2Container .itemFullText ul li,
#k2Container .itemIntroText ul li {
background: url("../../images/style1/typography/bullet2.png") no-repeat 0 8px !important;
}
With that code, any bullet lists in K2 articles default to /images/style1/typography/bullet2.png - a red cross
For anybody effected, just delete;
#k2Container .itemFullText ul li,
#k2Container .itemIntroText ul li
and problem is solved. I hope that might help someone. Perhaps devs might want to update the template file download (I just downloaded a copy of the latest J2.5 version of the template and I see the code is added there too).