on transparent header and transparent/glassy header there are after scrolling background colors. Where do i set up these transparencies – because now its a littlebit (perhaps 0.9) transparent but i want it a bit more transparent.
Hey Guenter!
Try adding this to your custom CSS.
.header-scrolled .header_bg {
opacity: 0.4 !important;
}
Best regards,
Elliott
thanks