Roll20 uses cookies to improve your experience on our site. Cookies enable you to enjoy certain features, social sharing functionality, and tailor message and display ads to your interests on our site and others. They also help us understand how our site is being used. By continuing to use our site, you consent to our use of cookies. Update your cookie preferences .
×
Create a free account

How do I disable the "What's new" message?

Seeing it every time I open a game is ridiculous, but especially when "What's new" means "What was new 2 months ago".
1730223699
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Hi Nurgleth! Hmm. That's a difficult issue. For a lot of users, that's the one place that information is sure to get to them. And if you do make it disappear, what about when the next truly new thing is there? Anyway, to make it invisible, at least locally, you can use the following Stylus style: .message.news { display: none; } For info on Stylus, check out the top post of any of these threads: Show Off Your Style Show Off Your Style 2: The Stylening! Show off your Style 3: Third Time is the Charm!
Thank you, I'll try that! I'm not against the message in general, but in my opinion it's a bad UI choice to not disable a particular message once it has been dismissed or interacted with.
1730229508
keithcurtis
Forum Champion
Marketplace Creator
API Scripter
Makes sense.