For #3 have you try the steps explained in git readme?
Nice
No… I just saw after…
One doubt: This theme changes also the system e-mail configs?
Before:
After:
And… Do you know how to change this color?
I’m trying to change via frappe-web-br.css, but, after bench restart, its getting back to this collor…
Every thing looks good for icon
but E logo is so big
No Bold Font
how to fix this
I follow yours steps in get-hub read me
@hashir
I have to uninstall the blue theme
its break erpnext update
bench update
and i have to do bench update --reset
to solve the problem
any way Thank for your effort
Hi,
Successfully installed the theme on V12. How do I resize the E Logo? It’s too big…thanks for the awesome theme!
Can you share a screen shot here
Hello, can someone tell me how to modify the UI, what files and settings can be changed, etc …
Hi, I found a solution to this problem. You can go to the /bluetheme/bluetheme/public/css/bluetheme.css folder. You delete the .app-logo {width: 120px! Important;} that will make the Logo E look attractive. I hope the theme developers can handle this issue, the size of the .app-logo {width: 120px! Important;} is made for a special logo / rebranding instead of the default logo. Thanks.
Update: change to .app-logo {width: 30px! Important;}
@hashir as of v12.5.0 the custom modules icon link is broken. The default module icons now show instead of the custom icons designed for the theme
yes, the css was made for wider logo. To use the default logo, please follow the steps mentioned by @teddyseptiadi. I will add this instruction in the github.
i think it’s because the desktop.py file in erpnext and frappe folder are getting replaced when you update erpnext to the latest version. Please replace the files again with the one in the ‘releases’ section and clear cache. it will work.
Go to /bluetheme/bluetheme/public/css/bluetheme.css
and delete the line " .app-logo {width: 120px! Important;} "
Hi,
I have updated the theme with some small css modifications.
I have also removed the logo css from the main code. No more big logo errors.
Hi @hashir i have a query to replace the E logo with my custom logo how to do it in your bluetheme…! Can you help me out?
@arokia
The file need to be in svg format for it to work with my approach.
Rename your logo to erp-icon.svg and copy it to
/apps/erpnext/erpnext/public/images replacing the original file.
Now, go to /apps/bluetheme/bluetheme/public/css/bluetheme.css and add this
.app-logo {
width: 120px! Important;
}
Replace 120px with the desired width of your logo, taking care to maintain its proportion.