Hi,
Thanks for reaching out to us.
You can use ‘Divi Theme Builder’ to customize the job detail page layout. We are also sharing a demo video for you. Please watch it and let us know if it helped you along with the instructions.
Video:
https://www.loom.com/share/c1b92668bf0d4a86aaf96a56a904d12e
Instructions:
Please note that in the theme builder, when you use ‘Add Custom Body’ with Divi Theme Builder on the job detail page, the expected result may be different from the current one. We filter the post content to add job-specific content(including job specifications, form, etc.) to the page. Divi overrides this behavior when you add a custom body and removes the form and specifications. PRO plugin supports shortcode for form. So if you want advanced customization, you can use form shortcode ([awsm_application_form]) when you use ‘Add Custom Body.’ To display the specifications you can use [awsmjob_specs] shortcode.
- Go to the Divi Theme Builder.
- Add a new Template, and from the ‘Use On’ tab in ‘Template Settings,’ choose ‘All Job Openings’ under ‘Job Openings’ and click the ‘Create Template’ button.
- Assign the ‘Custom Header’/’Custom Body’/Custom Footer’ to the template.
- Then click the ‘Save Changes’ button.
If you need the default Divi button styles for the application form, you can apply the below code in the code module.
<script>jQuery(document).ready(function($){ $('.awsm-application-submit-btn').addClass("et_pb_button");});</script>
Regards,
Vidya K V