You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Hide 'Search for Jobs' button in the Career Site

edited Sep 10, 2021 6:00AM in Recruiting, Opportunity Marketplace 2 comments

Content

Once the candidate declines the Job Offer, the Thankyou message along with 'Search for Job' is displayed to the candidate. We have to remove/hide this button, so candidates will not have access to other jobs posted on the career site. 

Tried using below custom CSS code. However, the button and text highlighted appears in the career site

.offer-message__description
{
 display: none!important;
}
.offer-actions__button.offer-actions__button--primary
{
display: none!important;
}

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!