Bug 33715 - Unable to find default code
Summary: Unable to find default code
Status: CLOSED FIXED
Alias: None
Product: Koha
Classification: Unclassified
Component: OPAC (show other bugs)
Version: 21.05
Hardware: All All
: P5 - low enhancement
Assignee: Owen Leonard
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-10 17:02 UTC by National Library of Jamaica
Modified: 2023-12-28 20:42 UTC (History)
0 users

See Also:
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:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.