Head background transparent

Hello guys can you help , make Head background transparent like this

I use refresh theme

https://492dea-24.myshopify.com/pages/landing-page-apr-25-23-07-50

pass- Humblee3030

Hi @Suco ,

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  2. Assets/base.css

  3. Add code below to end of file

  4. If you don’t want to show background transparent when scroll down you can use code below:

.shopify-section-header-sticky:not(.scrolled-past-header) sticky-header.header-wrapper {
  background: transparent;
}
  1. If you want use when scroll down you can use code below:
sticky-header.header-wrapper {
  background: transparent;
}