I managed to not display the headers Information, Languages, Currency etc. but can't seem to get Sponsors and More Information gone....
any ideas wht I must call it to not display it?

I tried to use the names as it is called in my layout manager of the admin but can't get them gone

#more_informationHeading {
display: none;
}

#sponsorsHeading {
display: none;
}

any ideas please?