Remove the little tiny divider on the header

Hello, whats the code to remove the little tiny divider on the header? My site is https://winnerscirclestore.com/ and here’s the picture of what im talking about below

Any help is appreciated, thank you !

Hi @ATGRFX ,

Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
header#SiteHeader {
    padding-top: 0px;
}

I want to remove the divider