Custom Message when "No Jobs Active"

Could we have a development that is optional but automatically displays a custom, editable message (Title and body text) and button (editable link) that shows on the job board when no jobs are active? Currently, it just leaves a blank space, making the job board look broken.

Scott.

2 Likes

Hey there, @Scott4 :wave:

This code should do the trick:

[class*="Grid__GridContainer-sc"] > div:not([class*="card-container__Container-sc"]):after {
  content: 'No Jobs Active' !important;
  text-align: center !important;
  display: block !important;
}

Just add it to the Custom CSS field on the Appearance tab of your widget’s settings and let me know if it worked :slightly_smiling_face:

1 Like

Hi Max,

That’s great, really helpful, thank you, much appreciated

Kindest Regards

S.

Start a Project

Scott Illingworth-Harrison

Lithium Design

m: 07539103575
w: lithiumdesign.co.uk
e: scott@lithiumdesign.co.uk

Twitter
Facebook
Linkedin
Instagram

The contents of this email are strictly confidential and intended for your use only. If anyone other than you received this email, please do not read it or in any way use or copy it. Please don’t share its existence or contents with anyone other than Lithium Design or yourself. Please email it back to the sender and permanently delete it. While internet email is not totally secure, we take every precaution to protect your information and accept no responsibility for any change made to this message after it has been sent.

2 Likes

You’re always welcome!

In the meantime, we’d be so grateful if you could look through the Job Board category on the Wishlist and upvote the ideas you like most.

Your feedback is incredibly important for the prioritization of requests :slightly_smiling_face:

1 Like