Custom CSS overview
Updated 2026-07-23
The style tabs cover most looks, but every wiki eventually wants the one thing they do not offer: a dashed outline, a tilted card, a glow that pulses just so.
You do not need to be a developer. The editor explains every property in plain language, suggests values, and tells you why a line does not work instead of ignoring it.
What custom CSS is
CSS is the styling language of the web. It is made of short property: value pairs.
border-radius: 12pxRounds the corners.color: #f59e0bMakes text amber.On Wikily you write exactly these pairs and nothing more. No selectors, no braces, no boilerplate, because the editor applies your rules to the right element for you.
Custom CSS always wins. Whatever the regular controls set, your rules are applied on top, so what you write is what you see.
The three places it lives
.gold-frame once, apply it by name.The same on pages and the sidebar
There is only one Custom CSS experience to learn. The panel on a page block is the same panel on a sidebar element Style tab, from the target picker to the live mirror.
Only what you can aim at changes. A button offers its pill; a sidebar link offers its label and its icon.
Limits and safety
The editor checks every line as you type.






