I have this ugly undermenu, not sure whats its called forgot the name. But it simply shows what page you are on. I would really like to get rid of this to get my content higher up closer to the top. See here: http://i.imgur.com/4vE6nqY.png Thanks, sincerely Robin
It's called breadcrumbs / breadcrumb trail / navigation path. I know nothing about wordpress, but if you go to your admin panel, find Appearance → Editor → page-landing.php then remove this line: <?php if (function_exists('smpl_breadcrumbs')) smpl_breadcrumbs(); ?> Ref: https://www.simplethemes.com/support/viewthread/660/
This is default worpdress theme features . If you want to removing it , you have to jump into code editor. For this you have navigate to Wordpress Wp-admin -> Appearance - > Editor and edit the code.