Good day, I am trying to modify the current default css in the OPAC, however, the code is no where to be found in any of the css related fields. (opacuserCSS, OpacUserJS, etc). This is a new instance so no code is available in the Tool>News either. Thanks for your help.
Usually you will use OpacUserJS to overwrite the standard that is delivered with Koha. We are using SCSS and minimized CSS, you should not edit these, as they would be orverwritten by the next update or you'd have to constantly merge your changes and Koha's. This might help: https://wiki.koha-community.org/wiki/Koha_simple_theming_guide Please note: bugzilla is for filing bugs and enhancement requests. General questions should be directed at the mailing lists or IRC channel: https://koha-community.org/support/community-support/
(In reply to Katrin Fischer from comment #1) > Usually you will use OpacUserJS to overwrite the standard that is delivered This should have been: OpacUserCSS.