Trying to adjust the opacity of the main content container.
Reading some of the forums, I found this:
.html_boxed #main {
overflow:hidden;
position:relative;
background-color: rgba(255,255,255,0.4);
z-index:2;
}
Which didn’t work.
Then I found another chain where you guys said that rgba is not possible in this theme.
This should be an easy option in the main styling section and not have to be done with CSS.
Is there any new update on this issue? Anyone have CSS that actually works?
Thanks!
Hi!
Are you using a Boxed layout?
Cheers!
Josue
Hi Josue,
Yes.
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.main_color.container_wrap.fullsize {
background: transparent !important;
}
#main {
background: rgba(255, 255, 255, 0.8) !important;
}
Result:
Cheers!
Josue
You are the man. Works perfect!
Thanks for the help.
You are welcome, glad we could help :)
Regards,
Josue