Transparent "background" header on dawn theme

Here’s my site. I am attempting to remove the background of the header, I would like it to be transparent. Here’s a site im trying to resemble.

1 Like

https://sohoatl.com/

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
sticky-header.header-wrapper.color-background-1.gradient {
background-color: transparent;
}

https://www.in6wetrust.com/shop

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >base.css and paste this at the bottom of the file:
nav.css-1sojr3z {
background-color: transparent;
}

Can you also help me with the code to make the menu button bolder?

FYI I am referring to mobile site