Viewing 1 replies (of 1 total)
  • what bullets are you referring to, the square orangey-red ones?

    If so, edit this line of CSS

    .sidebar2 li li {style.css (line 794)
    background:transparent url(images/bullet.gif) no-repeat scroll left 8px;
    border-bottom:1px dotted #DDDDDD;
    padding-bottom:3px;
    padding-left:15px;
    padding-top:3px;

    change that line to
    background:none;

    you may also need to adjust the padding-left setting after making this change

Viewing 1 replies (of 1 total)
  • The topic ‘Exec PHP plugin adds bullets – how remove??’ is closed to new replies.