Support » Plugin: Multi-column Tag Map » Removing the Bullet Points

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter helpme1986

    (@helpme1986)

    Well after 3hrs of messing i finally figured it out,

    I needed to add this to the bottom of my CSS

    #mcTagMap .tagindex li:before {
    content: “”;
    }

    Plugin Author tugbucket

    (@tugbucket)

    Glad you got it but, for everyone else, it was your theme:

    .entry-content ul li:before, .comment-content ul li:before, .entry-content li ul li:before, .comment-content li ul li:before {
        color: #EF4D3C;
        content: "§";
        font-weight: bolder;
        margin-right: 5px;
    }

    that’s in your style.css

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing the Bullet Points’ is closed to new replies.