• [ Moderator note: moved to Fixing WordPress. ]

    Hello,

    When adding my own custom bullet points to my list, a mysterious grey arrow shows up that I can’t seem to get rid of. It happens with every icon and bullet point that I choose. Do you know how to get rid of this?

    Thank you,

    website: https://steppingstoneenglish.com/proofreading-and-editing

Viewing 3 replies - 1 through 3 (of 3 total)
  • Add this to your CSS:

    .widget:not(.widget_rss):not(.widget_recent_comments):not(.widget_recent_entries) ul li:before {
    content: "";
    }

    Let me know if this is what you’re looking for

    Thread Starter jwill207

    (@jwill207)

    Wow that worked thank you! Do you know why that shows up anyway?

    It was the default bullet icon of FontAwesome, you added another but the previous one was already there.

    Mark this topic as resolved to keep the forum healthy.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Mysterious Arrow in Front of Bullet Points’ is closed to new replies.