Hi
On dev.lambrick.com (soon to be lambrick.com) I came across a problem with GK typography. In K2 items, I use various GK classes for lists but since I updated to GameNews v.3.8 my unordered lists were fixed to the bullet2.png.
e.g. http://dev.lambrick.com/index.php?optio ... Itemid=984
I tried enabling/disabling the K2 styling in k2 prefs but didn't work.
In the end I removed
,#k2Container .itemFullText ul li, #k2Container .itemIntroText ul li
from
ul.gkBullet2 li {
background: url("../../images/style3/typography/bullet2.png") no-repeat 0 8px !important;
}
in templates/gk_gamenews/css/typography/typography.style1-3.css
It did the job, but what is the problem...? Is there a better 'fix'?