There is a bug in our template. Please edit file:
templates/gk_gamenews/css/typography/typography.style1.css
and change:
- Code: Select all
ul.gkBullet2 li,
ul.gkBullet2 li
#k2Container .itemFullText ul li,
#k2Container .itemIntroText ul li {
background: url("../../images/style1/typography/bullet2.png") no-repeat 0 8px !important;
}
to
- Code: Select all
ul.gkBullet2 li,
ul.gkBullet2 li,
#k2Container .itemFullText ul li,
#k2Container .itemIntroText ul li {
background: url("../../images/style1/typography/bullet2.png") no-repeat 0 8px !important;
}
Its around 698 line number.