Hi everyone! First post here.

So, this seems like a really basic problem, since most people seem to have this figured out. But, how does one change the content of the credits? I understand how to hide the display of the credits, but I have no idea how to actually edit them to say what I want to say.
I'm using sugarcube, and I've narrowed down the sections I have to edit to the
#ui-bar #credits and the
#ui-bar #version methods. Is there a method that I don't know about, or should I be using display: ?
Thanks in advance!
Comments
(I believe that the credits and version areas are meant for the Header creators information, but I could be wrong)
Why are you trying to change the header information in the first place? If you're simply trying to add a byline, then use the
StoryAuthor
special passage. If you want to add additional information, try theStoryCaption
special passage. Check out the full suite of special passages for more info.You are not wrong. That's exactly what they're for.
How does one implement a StoryCaption? You make a passage titled StoryCaption, but is it just a simple display: "text" thing, or is that too much already?
EDIT: Slightly off topic, but how does one change the colors of the Saves and Restart options?
You simply add whatever text, wiki text specifically, you want displayed in its spot in the UI bar to it. Same thing for
StoryBanner
,StoryTitle
,StorySubtitle
, andStoryAuthor
, though they're part of the "title" section, which normally sits just above theStoryCaption
container.Assuming that you're referring to the link colors in the UI bar menu, then something like this should change the color of the nav links (of which those two are a part):
Thanks for the help!