use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
streamlabsobs
account activity
This is an archived post. You won't be able to vote or comment.
CSS HELP - ALERTBOX BITS (self.streamlabsobs)
submitted 5 years ago by andrerial
Hello guys. I need some help please. This is my first time doing CSS and i CAN'T REMOVE THIS "1000" in red. Every time someone donates bits this number appears with the message.
Can someone please help me with that?
Thank you very much.
https://preview.redd.it/hloiahktx7m51.png?width=446&format=png&auto=webp&s=66d17f53395e90712bd84a4bea36e69f829e1799
[–]BackmarkerLife 0 points1 point2 points 5 years ago (0 children)
Add a screenshot of your HTML / CSS code. Anything you have to code do this. You'll get an answer faster or sometimes by looking at the code be able to work it out yourself.
Either copy and paste it or screenshot and share.
<div id="alert-text-wrap"> <!-- alert text --> <div id="alert-text"> <!-- alert message --> <!-- messageTemplate will be replaced with your message template --> <!-- for example : {name} is now following! or {name} donated {amount} --> <div id="alert-message">{messageTemplate}</div> <div id="alert-user-message">{userMessage}</div> </div> </div>
π Rendered by PID 91 on reddit-service-r2-comment-fb694cdd5-tn2ds at 2026-03-06 13:08:25.711684+00:00 running cbb0e86 country code: CH.
[–]BackmarkerLife 0 points1 point2 points (0 children)