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

Chat Macro Button Color Change

Is it possible to change the color of the macro button (the ones from nesting macros together) in the chat window?

I mean these buttons:

Is it possible to change their color from pink to something else?




I do not mean the macro bar buttons, the chat window macro buttons that pop up from nested macros.

Thank you for any responses/help in advance!

November 06 (5 years ago)
Mike deBoston
Compendium Curator

There's a free 3rd party browser add-on called Stylus that lets you change the color on almost anything. And there's a couple of forum threads here with examples of styling you can do. I think this is already one of the examples.

November 06 (5 years ago)
Kraynic
Pro
Sheet Author

I haven't messed with it, but keithcurtis has a couple threads dealing with using the browser addon Stylus.  It will only change how it renders on your view, but a post on that can be found here (with stuff about Stylus in the top post of the thread):  https://app.roll20.net/forum/post/7209333/show-off-your-style/?pageforid=7455586#post-7455586

If you are using a custom sheet, or are willing to mess with the roll template code for your sheet, I posted something about that a while back.  That can be found here:  https://app.roll20.net/forum/post/7383017/chat-menues-and-the-big-pink-button/?pageforid=7383017#post-7383017

Hopefully one of those 2 will be of use.

November 06 (5 years ago)

If you put a ` at the start of the macro in the () it will be normal text.  i.e. [d6](`/r 1d6)

It's a bummer I can't change the visuals of my players as well but ty you all for the responses! I will definitely be using Stylus (thank you Mike deBoston for suggesting it) with all the visual changes keithcurtis has made (thank you Kraynic for linking those threads)! They make my UI look so much better!


I didn't know about the normal text result either, so thank you Kilter!

November 07 (5 years ago)

Edited November 07 (5 years ago)
Mike deBoston
Compendium Curator

Here's the CSS code to change the color of the Chat buttons:

Before
Shocking Pink

After

Something also awful



Just choose better colors and please share your success with me.

.textchatcontainer a[href^="!"] {
background-color: silver !important;
color: brown;
}


November 07 (5 years ago)
GiGs
Pro
Sheet Author
API Scripter

If you want to change the colour for the players, the only way is to edit the sheet's css. So you'll need to import your character sheet as a custom sheet, but that means if the sheet gets updated, you'll miss out on those updates.