Hi Patrick! You can force it using this Trick from the Tips n Tricks thread: &{template:default} {{name=[Rage](#" style="margin: auto; width:55%; float: right; color:#fff; cursor:default; text-decoration:none !important)}} {{Rage=2 Damage}} Change [Rage] to be whatever header text you like. Because of the way that the css is created by the default Roll template, different headers might require tweaking that width:55% value up or down to get it to center properly. f you are familiar with CSS, you can add more styling, such as changing the font. This will change the view for everybody, and doesn't require an extension. Also, since the purple in the header is the same in dark or light mode, it doesn't matter which mode your players choose either. The link above explains exactly what is going on here, but basically, you are fooling Roll20 into thinking you are creating a button, and then injecting some CSS into the button style. margin:auto; width:55%; float:right ; --forces the centering color:#fff; cursor:default; text-decoration:none --Tells it to not behave like a link—don't change the color or the cursor !important --makes sure it overrides any styling higher up the cascade.