Hi there
I need to remove the rss icon as as well as the menu bar from the mobile/cell phone screen. Also there’s a box with a question mark sitting there, and idea what that is?
I cannot see a question mark and RSS icon, i guess you have already removed them. If you would like to remove header meta on mobile, please add following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive #header_meta {
display: none;
}}