Transparent header - product page

Hey team,

Wanting to make header transparent on every product page for mobile and desktop. Home page is currently transparent but product pages are not.

Any help would be appreciated!

https://ap-perform.com/

Hi @Nato0201 ,

Please follow these steps:

  1. Please navigate to Online store => Themes => Edit code

  1. Search for the file “base.css”

  2. Add this code at the end of the file and save

@media screen and (min-width: 1025px) {
    .header-nav-hamburger:not(.header-hamburger--transparent) {
       background: transparent!important;
    }

}

This is the result

Hope this will helps

Hey! Hasn’t seemed to work. Is it meant for base.css?

Apologies! the header it self is transparent which is great! but It’s still it’s own block so I can’t have a photo go behind it when the page loads if that makes sense (see attached)