Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Hide Field in ORC External Career Site
Content
Hello,
We have requirement to hide a field ‘Job Schedule’ and its value in ORC External Career Site. We followed the below initial steps but facing some problems in achieving it completely.
- Navigated to Setup and Maintenance -> Search -> Career Sites Configuration -> Edit Active Page
- Navigated to tab -> Theme. Under Custom CSS, applied the below code
.job-details-summary {
display: none;
}
The issue we have is the above command hides the entire section/element of ‘job-details-summary ’. Whereas we only need to hide a specific attribute ‘Job Schedule’ which is available inside the element ‘job-details-summary’.
Any inputs in this regard are highly appreciated.
1