Found it out:
/* ————- remove search-toggle and primary navigation ————— */
.search-toggle {
display: none;
}
.primary-navigation {
display: none;
}
/* ————- main content higher ——————— */
#main-content {
margin-top: -70px;
}
Do not edit the Twenty Fourteen theme. It is the current default WordPress theme and having access to an original, unedited, copy of the theme is vital in many situations. First create a child theme for your changes. Or install a custom CSS plugin.
Yes I’ve put these changes in my child theme stylesheet
Thnx