Edit SCSS

Custom SCSS

  • Go to Backend -> Components -> Kunena Forum -> Templates
  • Mark Template
  • Click Edit SCSS

editscss


  • Mark custom.scss
  • Click Edit SCSS

custom_scss


  • Enter your Code
  • Save or Save & Close

scss_code_form

  • Empty the Joomla and Browser Cache

The custom.scss will created automatically, if you edit the first time in the backend the SCSS. Important! The custom.scss must be created in this way, otherwise it will not be recognised!

If other third-party templates are used that do not provide this option, custom codes can also be entered in the Joomla user or custom.css. In this case, however, the prefix #kunena.layout must be placed in front of the code.

Example:

#kunen.layout .kmsgtext-quote {
  color: #000;
}

Found errors? Think you can improve this documentation? edit this page