Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Hiding the "Select" Links for Education Fields in Mobile Branding File
Summary
Hiding the "Select" Links for Education Fields in Mobile Branding FileContent
I am trying to determine the appropriate CSS to include in our mobile career section branding file to hide the "Select" links for the Institution and Program fields in the Education block of the application flow. I am using the Oracle-provided mobile branding file and thought that this was the correct CSS, but it does not appear to be hiding the links:
/*Education and Work content*/
.blockpanel .custom-form-grid .entity-block .entity-label .entity-select-action{
display:none!important;
}
Does anyone know the correct code to include?
1