Hi,
Can someone tell me how to change the font size of the title in sugarcube menu.
I know for paragraphs you use this:
body {
font-size: 14px;
}
I wrote title instead of body to see whether it was working or not but it didn’t.
Hi! If you mean the title of your project that’s automatically shown in the sidebar, you should put the following in your story stylesheet:
#story-title {
font-size: 14px;
}
(a sidenote: for any future Twine development questions, it’s better if you put them in the Authoring → Twine category, not the General → Education category, which is mostly about using interactive fiction in the classroom. That way, it will be more likely people who can help will see your topic, and people who may have a similar question and are searching the category will see the answers.)
Noted. Thanks a lot and sorry for the inconvenience caused.
[EDIT: moved by Mod to correct category -H]