How can I hide the header line on my homepage using Dawn?

Hi @Day204 ,

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.liquid

Step 3: Paste the below code at the bottom of the file → Save

{% if template.name=="index" %}
.header-wrapper--border-bottom{
border:none !important
}
{% endif %}

Hope my solution works perfectly for you!

Best regards,

Oliver | PageFly