How do I turn-off Search in the Job feature?

Follow the instructions below to disable the Search option in the Job feature..

1)Create or locate the image that you want to use. The size should be around 640x128px.

2) Log into your App Manager and select your app.

3) Click Colors from the left-hand-side of the screen (or the middle of the screen).

4) Scroll down to the Advanced SCSS box. If you already have code in the box do not delete it! Simply add this code “below” the last character of code in the box.

/** Begin disable search in job feature*/

.module-job .search-action {

width: 9vh;

height: 9vh;

bottom: 2vh;

right: 2vh;

display: none;

}

/** End disable search in job feature*/

5) Click Save.