CSS Themes
In order to change the current theme, copy/paste the code block showed below into any control block element.
<select name="theme-selector">
<option value="default">Sodium Default</option>
<option value="ocean_blue">Sodium Blue</option>
<option value="red">Sodium Red</option>
</select>
Sodium developer can create custom theme. Just add a new <option value="...">Sodium ....</option>
into "<select>" list. Then, copy/paste your corresponding CSS file into the theme folder.
Last updated
Was this helpful?