Try to override with this:
- Code: Select all
div.articleContent ul li, #k2Container div.itemBody ul li {background:none}
or modify this file: templates/gk_myfolio/css/typography.style1.css
there find
- Code: Select all
ul.gkBullet1 li, div.articleContent ul li, #k2Container div.itemBody ul li {
background: url('/"../images/style1/typography/bullet1.png"') no-repeat scroll 0 8px transparent !important;
}
and delete from it "
, div.articleContent ul li, #k2Container div.itemBody ul li" then you will get clean <li> items without ">>" mark.
This solutions should fix your problem.