Why isn't my transparent header working on the Pipeline theme?

Hello,

I have the transparent header enabled on Pipeline theme, however, it doesn’t show as transparent.

I’m not sure what the problem is.

www.pascualstudio.com

Thanks,

Andrea

Hi, @andreapascual

You can try this code

  1. Go to Online Store-> Theme->Edit code
  2. Asset-> theme
.js__header__stuck.js__header__stuck__backdrop .theme__header{
    backdrop-filter: none;
    background-color: transparent;
}

.css ->paste the below code at the bottom of the file.

Thanks. I did that, but it still isn’t transparent.
It looks semi-transparent, but I’d like to fully remove the white background colour of the header.

Please paste the below code after the previously added code

.js__header__stuck.js__header__stuck__backdrop .theme__header:after {
    opacity: 0 !important;
}