Hi,
I am trying to Customize the UI,
Like designing fonts, hyperlinks, left menu bar alignment
, and changing a theme. A little bit of it
What are the possibilities to achieve this?
Is there any possibility of using CSS framework like bootstrap, tailwind.
Any custom app is available for it.
NCP
July 10, 2024, 9:44am
2
Check out the reference, and how a custom app for a theme works and what it requires.
I think the “usual” way is to create a custom app, modify the css in that, and it overwrites the standard desk theme.
There are a few themes available on Github, one also has several options, which might be worth a look at modifying to make the theme you need.
Has a slight issue with the gray text not being contrasted well enough to the black, for my eyes anyway.
Very colourful and multiple schemes available.
Tasteful dark pink, light theme
1 Like
HI @NCP ,
Is there possibility to add custom icon.
NCP
July 10, 2024, 1:04pm
5
Please check the reference:
New update For V15 For how to change workspace icons
I am currently working on changing sidebar icons for the workspace and I would like to share the result
To change icons in V15
First I have Added a custom field called External Icon in workspace doctype(Attach image type)
[image]
Then you need to customize workspace.js file
This is my code, it will fetch the new icon from external icon field or get icon from the default icon field if no new icon added.
<span class="sidebar-item-icon"…
1 Like
HI @NCP ,
I am trying add an icon on home page shortcuts. Where I seen there is a icon feature already in ERP version 15. But it seem a text field not a icon field.
But it seems not working. Or did I am missing something.
NCP
July 12, 2024, 10:17am
7
I already provide the reference in above post with code.
Yes, I refered that, based on which I worked.
This is my current UI,
Here Item is a shortcut, where erp itself provided a icon for it. That one is not working. Which is what I asked.
Did you know anything about that.
1 Like
NCP
July 12, 2024, 10:30am
9
No idea, I just provided @OmarJaber ’s reference.
Okay
Thankyou for the response
Hi @keerthana_2001 , did you figure out the solution for the shortcut icon issue?