User Styler CSS Example

Back-office CSS Example:

You can change the background color of the header bar in the backoffice.

Use CSS: .backoffice_menu { background-color: #ff0000; }

Editor CSS Example:

You can change the background color of the left side bar in an editor.

Use CSS: .sidebar-nav { background-color: #ff0000; }

Notes:

  • You have to put editor css in editor css section and back-office css in the back-office css section.
  • Above example is just for your reference but you can customise the look of editor & back-office using CSS like background color, border, shadow, text color etc whatever possible using CSS.
  • To avoid cache, always test your siberian in the incognito/private mode after your CSS changes. You can also do a hard refresh (Ctrl + F5 or Cmd + Shift + R) to bypass the cache.
  • You can do CSS work yourself or hire us for a custom CSS work.