@codyrobertsmedia: Hello Cody,
Go to => Appearance => Customize => Additional CSS and add the following CSS Code.
/*To remove the search in Header Right */
.mobile-social-search, #search-toggle {
display: none !important;
}
/* To increase the font size of the menu items */
#site-navigation a {
font-size: 20px;
}
/* To have the Header Media cover the full height of the page */
.custom-header .wrapper::before {
height: 100vh;
}
You can change the font size according to your choice.
Kind Regards,
Skandha