Remove registration writing on top of registration form name

Hi,
is there a way to remove the “Registration” writing on top of the registration form name of a single event (see the attached image).

I tried to upload this custom CSS, but it also removes all the titles around:

.conf_leftMenu {
  float: right;
  width: 200px;
}

.confBodyBox {
  margin-left: 0;
  margin-right: 230px;
}

html > body > main.main > div > div.conf.clearfix > div#confSectionsBox.clearfix > div.confBodyBox.clearfix > div.mainContent > div.col2 > div.conference-page > header > div.title > div.text > div.title-with-actions {
  display: none;
}

Thank you in advance for your time.

Cheers,
Cristiano.