Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions appendix/custom-kb-css.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Custom CSS for Public Knowledge Base
====================================

You can apply visual changes to your public knowledge base via custom CSS.
To do so, follow these steps:

#. Add your CSS file(s) inside the directory
``app/assets/stylesheets/custom_knowledge_base_public`` of your Zammad
installation. You can use one or more files and choose any name,
as long as they have a .css extension.
#. Precompile the assets by using the command ``rake assets:precompile``
(depends on your installation method, see :doc:`/admin/console`).
#. Restart Zammad.
#. Access your published knowledge base. Please note: the visual changes only
affect the published version and not the edit screen.
1 change: 1 addition & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ Zammad System Documentation
/appendix/reporting-tools-thirdparty
/appendix/redis
/appendix/custom-kb-url
/appendix/custom-kb-css
Loading