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.
Thanks,
Andrea
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.
Thanks,
Andrea
Hi, @andreapascual
You can try this code
.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;
}