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?