Bug 33715

Summary: Unable to find default code
Product: Koha Reporter: National Library of Jamaica <kohasupport>
Component: OPACAssignee: Owen Leonard <oleonard>
Status: CLOSED FIXED QA Contact: Testopia <testopia>
Severity: enhancement    
Priority: P5 - low    
Version: 21.05   
Hardware: All   
OS: All   
GIT URL: Initiative type: ---
Sponsorship status: --- Comma delimited list of Sponsors:
Crowdfunding goal: 0 Crowdfunding committed: 0
Crowdfunding contact: Patch complexity: ---
Documentation contact: Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:

Description National Library of Jamaica 2023-05-10 17:02:57 UTC
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.
Comment 1 Katrin Fischer 2023-05-10 17:37:51 UTC
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/
Comment 2 Katrin Fischer 2023-05-10 17:39:38 UTC
(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.