Is there a way to make the header non transparent. When I scroll my page I can see the page through the header. Very distracting.
Hey!
Try adding this code to the Quick CSS:
#header{
background: white !important;
}
.header_bg {
opacity: 1 !important;
}
Cheers!
Josue
Perfect!
You are welcome, always glad to help :)
Regards,
Josue