How to remove process name from userview in joget v5.0

Confluence User - 06 Jan, 2018

We have used Elegant theme in the user view and have created a user menu and linked our process to it.

The process name is technical and too large and its getting displayed at the top of the page in bold when user launches the page.

Is there a way to remove or hide the process name on userview in joget v5.0. 

Below option seems to be available in new v6.0 version but we need the solution for v5.0.

Any ideas ?

V6 Universal Theme

userviews

2


08 Jan, 2018
confluenceUser
1
confluenceUser

Hi

You can use CSS to hide the process name.

Place the following CSS in "Userview Builder > Configure Layout > Configure Default Theme: CSS" field:

 

.runProcess-body-header {
display: none;
}
12 Jan, 2018
confluenceUser
confluenceUser

Thanks Andrew, this worked for me :)

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print