Dawn Theme custom bottom border of header

I want to add custom border under header. Kindly help me out!
Site link https://www.dealsoye.pk/
there’s white line but i wanna replace it with #FAFAFA

Regards

Hello Abdullah,

Welcome to Shopify community.

To get your desired border Do this:-

  1. Backup your theme first in case you mess up some coding files.

  2. Click the 3 dot next to customize and click edit code.

  3. From left panel window Go To Assets —> base.css.

  4. At the very bottom of file insert the below code.

.header-wrapper–border-bottom { border-bottom: 1rem solid #FAFAFA !important;}

  1. Save the file and reload preview.

If my answer solves your issue, please remember to like and accept as solution.

Thank you and good luck.

Thanks a lot! it worked