Hello @comstarsupport,
Thanks for writing to us.
It seems that the site style is rendering from the cache CSS I would suggest you please purge all the cache and then temporarily deactivate the cache plugin and then check it again. Or for a quick fix, I would suggest you please add this custom CSS code to get rid of the border.
.x-navbar {
border-bottom: none !important;
box-shadow: none !important;
}
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