Changing the white block behind my logo in the header.

Solved
PackedUSA
New Member
8 0 0

I have been struggling to change the white rectangular block behind my logo. I am trying to apply a Christmas theme to my store and I was able to change the background of the entire page and add a background image into the header but the white block stayed no matter which code I used. I am not trying to change the color of it, but trying to make it either transparent or add a picture into it. 

Here is a screenshot of what it looks like:

Screen Shot 2021-11-10 at 10.00.27 AM.png

 

Your help is much appreciated.

Accepted Solution (1)
Nick_Marketing
Shopify Partner
1487 335 451

This is an accepted solution.

Try adding this code to the bottom of theme.css

.site-header__mobile-nav{
background-color: transparent;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).

View solution in original post

Replies 4 (4)
Nick_Marketing
Shopify Partner
1487 335 451

Please consider adding a URL and front page password so that others can review the html/css.

Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
PackedUSA
New Member
8 0 0

Sorry about that.

www.packedusa.com

Password: PackedUSA

Nick_Marketing
Shopify Partner
1487 335 451

This is an accepted solution.

Try adding this code to the bottom of theme.css

.site-header__mobile-nav{
background-color: transparent;
}
Nick | Ecommerce & Marketing Technology Consultant | Toronto, CANADA
- For consulting work availability, please send me a Private Message or submit a ✍️Contact Form.
- For FREE Shopify Tutorials, Subscribe to my YouTube channel (▶️ Ecommerce TV).
PackedUSA
New Member
8 0 0

Awesome! That worked very well.

One more question. If instead of having it transparent I would want a picture there would I just replace the background color to background picture?