Hello. Is there any way to control the opacity of funds header or the main content. Thank you.
Hi romero2,
What do you mean by “funds header”? If you can point out what elements you are trying to adjust the opacity we can see if its possible with a bit of CSS.
Regards,
Devin
i mean the Header background
Hi!
You can try following css code – insert it into the quick css field
.header_bg {
opacity: 0.95;
}
The value must be between 0 and 1.
Regards,
Peter