1
0
-1

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

    CommentAdd your comment...

    1 answer

    1.  
      1
      0
      -1

      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;
      }
      1. Priyanka

        Thanks Andrew, this worked for me :)

      CommentAdd your comment...