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

Whispered Link Button Colors

This is a complete nit-pick issue, just wanted to see if there was a fix. So I my friends and I are using a macro to create a sort of menu using whisper chat and links. /w PC [LINK1](! %{PCFULLNAME|MACRO1})[LINK2](! %{PCFULLNAME|MACRO}) which results in this   NOTE: Morren is PC name Is there a way to change the color without having Pro and messing with the API?
I am also interested in this.  I have a bunch of macros that work this way, and differentiating them by color would be handy.  I have a pro subscription, but I'm not up to doing API coding.
1519726917
Mike W.
Pro
Sheet Author
No way that I know of without use of an API.
1519739961

Edited 1519739999
Natha
KS Backer
Sheet Author
API Scripter
There's perhaps a way by using a custom character sheet, with custom roll templates and a modified CSS. Something like (warning, not tested): HTML <rolltemplate class="sheet-rolltemplate-mytemplateforAPIbuttons"> {{#apibutton1}}{{apibutton1}}{{/apibutton1}} {{#apibutton2}}{{apibutton2}}{{/apibutton2}} </rolltemplate> CSS .sheet-rolltemplate-mytemplateforAPIbuttons a[href^="~"], .sheet-rolltemplate-mytemplateforAPIbuttons a[href^="!"] { /* CSS */ } Roll: /w pc &{template:mytemplateforAPIbuttons} {{apibutton1=[LINK1](! %{PCFULLNAME|MACRO1})}} {{apibutton2=[LINK2](! %{PCFULLNAME|MACRO})}}