Hello,
You can try this code to see if this is the result you want:
.header-wrapper, #currency-switcher #selected-currency, #currency-switcher-list li {
background-color: transparent;
}
I changed in the browser: https://snag.gy/vCuShy.jpg
You need to have the logo transparent if you wish to have a background image.
Regards,
Catalin
Hi Tommy,
You need to have this css code:
.container, .site-header, .site-content {
background-color: transparent;
}
This is the result that you want? https://snag.gy/IqsaAQ.jpg
Cheers!
Catalin 🙂
Me too I have this problem, any solution?