Hiding side menu icon at top left

At certain page I want to hide one of this, how do i achieve that?

  1. the side menu button
  2. the back button
  3. both buttons

hide-back-button=“true” only hides back button, but side menu button still appears.

try to it via css, add some class to this page and display:none; to menu button on it.