Hide "Set Screen Reader Mode" in Oracle APEX

When you are creating a page in Oracle APEX, you will find that Set Screen Reader Mode On or Set Screen Reader Mode Off at the bottom of page, like below:

 
 
So, to remove it you can follow the below steps
 
  • Go to App Builder 
 
  •  Open the application you want to edit

 

  • Click on "Shared Components" and go to Globalization -> Text Messages

 

  •  Click on "Create Text Message"

  

  •  Create message with Name as "SET_SCREEN_READER_MODE_ON" and Text as space

 

 

  •  Create message with Name as "SET_SCREEN_READER_MODE_OFF" and Text as space

 

  • You will see two messages as below:

 

  •  Now go back to your page and you will see that Set Screen Reader Mode option is not appearing now:

 

 

Comments