HI …
Is possible to custom layout in ERPNext? Like adding sidebar in the right?
How to add custom CSS?
HI …
Is possible to custom layout in ERPNext? Like adding sidebar in the right?
How to add custom CSS?
Hello,
In your custom app you can define custom css.
In hooks.py :
app_include_css = "CUSTOM_APP.bundle.css"
Reference: Custom CSS in hook
Example: File Example
Note: If you need css
instead of scss
then public folder should be:
public
|
|__ css
|__CUSTOM_APP.bundle.css
Hi… t your answer.
Is possible if i wan break column by 2 column with ratio 80:20. how to do it?
where i can use html tag in erp?
I loaded my assets css. then i try to custom column, but still no change.
for e.g i have 2 column in one section and i need to show 80:20 in ratio. how to do that?
If possible can you share code and images where you want to make changes?