Wing Well-known member May 3, 2023 #1 Where to change or get rid of the dark grey circle behind our custom reaction icon? Sprite sheet is transparent so I’m not sure why a background circle is showing up.
Where to change or get rid of the dark grey circle behind our custom reaction icon? Sprite sheet is transparent so I’m not sure why a background circle is showing up.
kolakube Well-known member May 3, 2023 #2 I'm not sure where it originated from but you can put this CSS in extra.less to overwrite the background color: Code: .reactionsBar .reactionSummary > li { background-color: transparent; } In the future, try looking through your browser's inspector (right click > Inspect element) to see how these details work: Upvote 0 Downvote
I'm not sure where it originated from but you can put this CSS in extra.less to overwrite the background color: Code: .reactionsBar .reactionSummary > li { background-color: transparent; } In the future, try looking through your browser's inspector (right click > Inspect element) to see how these details work:
P Paul B XenForo moderator Staff member May 3, 2023 #3 It's related to the customisations you have made to the reactions bar and associated elements. Upvote 0 Downvote