Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author wizzud

    (@wizzud)

    Your Mantra theme is supplying the CSS (approx. line 319 of style.css)…

    .entry-content ul > li {
        background: rgba(0, 0, 0, 0) url("images/bullet.png") no-repeat scroll left 10px;
        padding-left: 20px;
    }

    The reason that the bullet is only showing on the 1st LI is because you have unbalanced I (italic) tags in your H4, which is causing double I tags to be placed around the 2nd & 3rd LI’s such that they’re no longer direct descendants of the parent UL.

    To remove it, change/override your CSS. I would suggest you also validate & correct your page’s HTML.

    Thread Starter kaercherj

    (@kaercherj)

    Fantastic! Thanks so much.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bullets – Custom Menu (Wizard) Widget’ is closed to new replies.