Page 1 of 1

Want to change the Background color of Menu Header

Posted: Sat Apr 20, 2019 8:14 am
by PrashantJadhav
HI,
I am using processmaker-3.3.6-1 version and I am trying alot to change the header background color. I had change the logo and want to match the background colour of logo and header. So please let me know is there any way to do it.

Re: Want to change the Background color of Menu Header

Posted: Mon Apr 22, 2019 8:08 pm
by amosbatto
Edit your workflow/engine/skinEngine/neoclassic/layout.html file and change line 14 from:
<td id="pm_header" valign="top" {if $user_logged neq '' or $tracker neq ''}style="border-bottom:1px solid #e7e7e7;"{/if}>
To:
<td id="pm_header" valign="top" {if $user_logged neq '' or $tracker neq ''}style="background-color: purple; border-bottom:1px solid #e7e7e7;"{/if}>

Where "purple" is the color that you want.

You can also create a custom skin which has your own layout.html file.

Re: Want to change the Background color of Menu Header

Posted: Wed Apr 24, 2019 8:37 am
by amithatle123
Thank you so much.
I have to rename the Cases menu (such as Draft, Participated, Unassigned, etc) on left side of user home page.

Re: Want to change the Background color of Menu Header

Posted: Wed Apr 24, 2019 11:11 pm
by amosbatto
Go to Admin > Languages and select English and then click on Export. After you download the PO file, you can edit it with PoEdit to change the labels. See:
https://wiki.processmaker.com/3.2/Trans ... ocessMaker

After you finish editing the PO file, then return to Admin > Languages and click on Import to upload your updated PO file.

Re: Want to change the Background color of Menu Header

Posted: Thu Apr 25, 2019 2:44 am
by amithatle123
Thank You...... :)

Re: Want to change the Background color of Menu Header

Posted: Fri Apr 26, 2019 4:41 am
by Elookee
How to change the Menu hover color?
And also, I want to do something interesting.
Let say, A visitor is viewing this macerator toilet page https://bestflushingtoilet.org/best-mac ... y-upflush/. This page has added "Other" menu. When a visitor visits that toilet page, this "Other" menu color will be automatically red. Is it possible?

Re: Want to change the Background color of Menu Header

Posted: Fri Apr 26, 2019 4:55 pm
by amosbatto
In workflow/engine/skinEngine/neoclassic/css/style.css, change:
Code: Select all
ul#pm_menu a:hover {
    color:#3397e1;
}
See https://wiki.processmaker.com/3.1/Skins#Modifying_Skins

Re: Want to change the Background color of Menu Header

Posted: Sat May 04, 2019 10:31 am
by amithatle123
Thank You....

one more question
want to add PDF Icon in Link where we write display text...please help......

Re: Want to change the Background color of Menu Header

Posted: Mon May 06, 2019 11:18 pm
by amosbatto
I added documentation to explain how to do this:
https://www.pmusers.com/index.php/Displ ... _in_a_link

PS: If you have further questions, please start a new topic in the forum, so people can search for solutions by looking at the topic titles.

Re: Want to change the Background color of Menu Header

Posted: Wed May 08, 2019 12:47 am
by amithatle123
Ok.........Thank you for help.