Hi adamb2011,
I’ve had a look at your website and can confirm that button does indeed show up in the code, BUT your theme styles are giving it a white background. Therefore a white background button on top of a white page background will effectively “hide” it from users.
You will need to the following CSS:
.application_button {
background: #000 /*Or whatever colour code you want to use */
}
Alternative, you could also take a look at our plugin at http://tinygiantstudios.co.uk/product/job-styles/ . It allows you to set styles for virtually all elements on WP Job Manager without knowing any code.
Hope it helps 🙂
Thanks very much, it worked
Also in the theme custom setting there was as overall colour setting which was of course white.
So white button background, white button text and white page background,
it was never going to work. 🙂
BTW this is what I put in the css too:
.single_job_listing .application .application_button {background-color: rgba(102, 189, 245, 1);
}
Thanks for saving my bacon!!
Cheers
B