• Resolved pastorjim

    (@pastorjim)


    Some of the tags have bullets. Here’s my code:
    [mctagmap columns=4 basic=yes width=150]
    Is this a bug or something I can fix. I’m using the Hueman Theme.

    The page I need help with: [log in to see the link]

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

    (@tugbucket)

    I see you are using the basic option, that option hasn’t been updated in quite a while.

    For starters you can add:
    #mcTagMap li { list-style: none; } to your CSS and try that.

    You can also try a more modern ( but maybe not exactly what you after) approach of changing your shortcode to:

    [mctagmap responsive="yes" width="150px" columns="4"]

    and adding some CSS of:

    #mcTagMap .tagindex h4, #sc_mcTagMap .tagindex h4 {
    display: none !important;
    }
    #mcTagMap .tagindex, #sc_mcTagMap .tagindex {
    padding: 0 !important;
    }
    • This reply was modified 4 years, 3 months ago by tugbucket.
    Thread Starter pastorjim

    (@pastorjim)

    Your second suggestions worked very well. Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Some items have bullets’ is closed to new replies.