Hello @krissz88,
Thanks for writing to us.
Regretfully there are no options for that at the moment but you can remove the border by using custom CSS code. I would suggest you add this custom CSS code under Theme Option —>CSS
.x-header-landmark {
border: none;
}
The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.
Hope it helps.
Thanks