DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Styling

Change Styling for your Page

  • make a copy of the searchbox Template “comsolit_suggest/Resources/Private/Templates/Suggest.html” in your theme files
  • make a of “comsolit_suggest/Resources/Public/Css/suggest.css” to your theme files
  • configure that TYPO3 uses your copies
plugin.tx_comsolitsuggest.view {
        templateRootPaths >
    templateRootPaths {
        0 = EXT:comsolit_suggest/Resources/Private/Templates/
                1 = fileadmin/theme/comsolit_suggest/Templates/
        }
}
page.includeCSS.suggest = fileadmin/theme/comsolit_suggest/suggest.css
  • change HTML in “Suggest.html”*
  • change CSS in “suggest.css”*